We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51726cb commit 80188a9Copy full SHA for 80188a9
ports/espressif/boards/sunton_esp32_2432S028/board.c
@@ -59,7 +59,7 @@ static void display_init(void) {
59
60
busdisplay_busdisplay_obj_t *display = &allocate_display()->display;
61
display->base.type = &busdisplay_busdisplay_type;
62
- os_getenv_err_t result = common_hal_os_getenv_int("CIRCUITPY_DISP_ROTATION", &rotation);
+ os_getenv_err_t result = common_hal_os_getenv_int("CIRCUITPY_DISPLAY_ROTATION", &rotation);
63
if (result != GETENV_OK) {
64
rotation = 0;
65
}
0 commit comments