remove comments
This commit is contained in:
parent
9fea7c6693
commit
79ae0e3802
@ -8,5 +8,5 @@ void canvas_draw_utf8_str(Canvas* canvas, uint8_t x, uint8_t y, const char* str)
|
|||||||
if(!str) return;
|
if(!str) return;
|
||||||
x += canvas->offset_x;
|
x += canvas->offset_x;
|
||||||
y += canvas->offset_y;
|
y += canvas->offset_y;
|
||||||
u8g2_DrawUTF8(&canvas->fb, x, y, str); //u8g2_DrawUTF8 u8g2_DrawStr
|
u8g2_DrawUTF8(&canvas->fb, x, y, str);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user