drawing and hardi2c

This commit is contained in:
2020-07-03 23:29:41 +02:00
parent 1fa80250fe
commit b188ef50b9
3 changed files with 158 additions and 5 deletions

View File

@@ -104,7 +104,7 @@ public:
}
void set(const Scalar x1, const Scalar y1) {
dst.set(x1, y1);
dst.setPixel(x1, y1);
}
void setColor(const Color color) {