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."
|
||||
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 ""
|
||||
|
@ -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
|
||||
// );
|
||||
// );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user