mirror of
https://github.com/olikraus/u8g2.git
synced 2026-07-27 20:05:57 +00:00
dec/inc #2551
This commit is contained in:
@@ -359,5 +359,5 @@ https://github.com/olikraus/u8g2 ChangeLog
|
||||
* Update t0 font, added symbols and font size 30/40 (issue 2447)
|
||||
* ST7511 640x320 (issue 2737)
|
||||
* UC1698 160x160 (issue 2164)
|
||||
|
||||
* New U8x8 example: Draw XBM image with u8x8 API (issue 2531)
|
||||
|
||||
|
||||
@@ -75,6 +75,9 @@ class MUIU8G2
|
||||
void nextField(void) { mui_NextField(&mui); }
|
||||
void prevField(void) { mui_PrevField(&mui); }
|
||||
void sendSelect(void) { mui_SendSelect(&mui); }
|
||||
|
||||
void sendValueIncrement(void) { mui_SendValueIncrement(&mui); }
|
||||
void sendValueDecrement(void) { mui_SendValueDecrement(&mui); }
|
||||
|
||||
void sendSelectWithExecuteOnSelectFieldSearch(void) { mui_SendSelectWithExecuteOnSelectFieldSearch(&mui); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user