Fixes and new apps (#30)
- M5 Unit Modules library + M5 Unit Test app - Minor fixes for TodoList, TwoEleven, Snake, Brainfuck and Breakout - Fixed SerialConsole to use the uart controller as it was broken in one of the many updates - Fixed keyboard input in TwoEleven, Breakout, Magic8Ball and Snake - Bluetooth Media Keys app, supports pressing physical keys to trigger the corresponding buttonmatrix button - Epub Reader app
This commit is contained in:
@@ -133,7 +133,7 @@ private:
|
||||
static void onPressed(lv_event_t* e);
|
||||
static void onClicked(lv_event_t* e);
|
||||
static void onKey(lv_event_t* e);
|
||||
static void onFocused(lv_event_t* e);
|
||||
static void onReenterKeyMode(lv_event_t* e);
|
||||
static void onPauseClicked(lv_event_t* e);
|
||||
static void onSoundToggled(lv_event_t* e);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user