mirror of
https://github.com/olikraus/u8g2.git
synced 2026-09-14 18:53:22 +00:00
update
This commit is contained in:
+1
-1
@@ -76,7 +76,7 @@ class U8G2 : public Print
|
||||
|
||||
/* LiquidCrystal compatible functions */
|
||||
void home(void) { tx = 0; ty = 0; }
|
||||
void clear(void) { clearDisplay(); home(); }
|
||||
void clear(void) { clearBuffer(); home(); }
|
||||
void noDisplay(void) { u8g2_SetPowerSave(&u8g2, 1); }
|
||||
void display(void) { u8g2_SetPowerSave(&u8g2, 0); }
|
||||
void setCursor(uint8_t x, uint8_t y) { tx = x; ty = y; }
|
||||
|
||||
Reference in New Issue
Block a user