Skip to content

Commit 37352cf

Browse files
author
Jozsef Kiraly
committed
fix: Apply pre-commit patch
1 parent 37d8075 commit 37352cf

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

locale/circuitpython.pot

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2377,6 +2377,10 @@ msgstr ""
23772377
msgid "You pressed button A at start up."
23782378
msgstr ""
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
23812385
msgid "You pressed the BOOT button at start up"
23822386
msgstr ""

ports/espressif/boards/m5stack_m5paper/board.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)