fix: Apply pre-commit patch
This commit is contained in:
parent
37d807509f
commit
37352cf7ec
@ -2377,6 +2377,10 @@ msgstr ""
|
|||||||
msgid "You pressed button A at start up."
|
msgid "You pressed button A at start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ports/espressif/boards/m5stack_m5paper/mpconfigboard.h
|
||||||
|
msgid "You pressed button DOWN at start up."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: supervisor/shared/safe_mode.c
|
#: supervisor/shared/safe_mode.c
|
||||||
msgid "You pressed the BOOT button at start up"
|
msgid "You pressed the BOOT button at start up"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -60,10 +60,10 @@ void board_init(void) {
|
|||||||
// 1200000, // Baudrate
|
// 1200000, // Baudrate
|
||||||
// 0, // Polarity
|
// 0, // Polarity
|
||||||
// 0); // Phase
|
// 0); // Phase
|
||||||
|
|
||||||
// displayio_epaperdisplay_obj_t *display = &allocate_display()->epaper_display;
|
// displayio_epaperdisplay_obj_t *display = &allocate_display()->epaper_display;
|
||||||
// display->base.type = &displayio_epaperdisplay_type;
|
// display->base.type = &displayio_epaperdisplay_type;
|
||||||
|
|
||||||
// common_hal_displayio_epaperdisplay_construct(
|
// common_hal_displayio_epaperdisplay_construct(
|
||||||
// display,
|
// display,
|
||||||
// bus,
|
// bus,
|
||||||
@ -96,5 +96,5 @@ void board_init(void) {
|
|||||||
// true, // acep
|
// true, // acep
|
||||||
// false, // two_byte_sequence_length
|
// false, // two_byte_sequence_length
|
||||||
// false // address_little_endian
|
// false // address_little_endian
|
||||||
// );
|
// );
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user