diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 0759f70c0c..e479a8aa62 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -2377,6 +2377,10 @@ msgstr "" msgid "You pressed button A at start up." msgstr "" +#: ports/espressif/boards/m5stack_m5paper/mpconfigboard.h +msgid "You pressed button DOWN at start up." +msgstr "" + #: supervisor/shared/safe_mode.c msgid "You pressed the BOOT button at start up" msgstr "" diff --git a/ports/espressif/boards/m5stack_m5paper/board.c b/ports/espressif/boards/m5stack_m5paper/board.c index 97dee2ac1c..55d1f3e349 100644 --- a/ports/espressif/boards/m5stack_m5paper/board.c +++ b/ports/espressif/boards/m5stack_m5paper/board.c @@ -60,10 +60,10 @@ void board_init(void) { // 1200000, // Baudrate // 0, // Polarity // 0); // Phase - + // displayio_epaperdisplay_obj_t *display = &allocate_display()->epaper_display; // display->base.type = &displayio_epaperdisplay_type; - + // common_hal_displayio_epaperdisplay_construct( // display, // bus, @@ -96,5 +96,5 @@ void board_init(void) { // true, // acep // false, // two_byte_sequence_length // false // address_little_endian - // ); + // ); }