File tree Expand file tree Collapse file tree
ports/espressif/boards/m5stack_m5paper Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2377,6 +2377,10 @@ msgstr ""
23772377msgid "You pressed button A at start up."
23782378msgstr ""
23792379
2380+ #: ports/espressif/boards/m5stack_m5paper/mpconfigboard.h
2381+ msgid "You pressed button DOWN at start up."
2382+ msgstr ""
2383+
23802384#: supervisor/shared/safe_mode.c
23812385msgid "You pressed the BOOT button at start up"
23822386msgstr ""
Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ void board_init(void) {
6060 // 1200000, // Baudrate
6161 // 0, // Polarity
6262 // 0); // Phase
63-
63+
6464 // displayio_epaperdisplay_obj_t *display = &allocate_display()->epaper_display;
6565 // display->base.type = &displayio_epaperdisplay_type;
66-
66+
6767 // common_hal_displayio_epaperdisplay_construct(
6868 // display,
6969 // bus,
@@ -96,5 +96,5 @@ void board_init(void) {
9696 // true, // acep
9797 // false, // two_byte_sequence_length
9898 // false // address_little_endian
99- // );
99+ // );
100100}
You can’t perform that action at this time.
0 commit comments