File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
ports/espressif/boards/m5stack_m5paper Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -2377,6 +2377,10 @@ msgstr ""
2377
2377
msgid "You pressed button A at start up."
2378
2378
msgstr ""
2379
2379
2380
+ #: ports/espressif/boards/m5stack_m5paper/mpconfigboard.h
2381
+ msgid "You pressed button DOWN at start up."
2382
+ msgstr ""
2383
+
2380
2384
#: supervisor/shared/safe_mode.c
2381
2385
msgid "You pressed the BOOT button at start up"
2382
2386
msgstr ""
Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ void board_init(void) {
60
60
// 1200000, // Baudrate
61
61
// 0, // Polarity
62
62
// 0); // Phase
63
-
63
+
64
64
// displayio_epaperdisplay_obj_t *display = &allocate_display()->epaper_display;
65
65
// display->base.type = &displayio_epaperdisplay_type;
66
-
66
+
67
67
// common_hal_displayio_epaperdisplay_construct(
68
68
// display,
69
69
// bus,
@@ -96,5 +96,5 @@ void board_init(void) {
96
96
// true, // acep
97
97
// false, // two_byte_sequence_length
98
98
// false // address_little_endian
99
- // );
99
+ // );
100
100
}
You can’t perform that action at this time.
0 commit comments