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 0323d9b commit ac498d1Copy full SHA for ac498d1
ports/espressif/boards/makerfabs_tft7/board.c
@@ -42,11 +42,6 @@ static void display_init(void) {
42
mp_int_t height = 0, width = 0, frequency = 0;
43
os_getenv_err_t result;
44
45
- // Turn on backlight
46
- // gpio_set_direction(2, GPIO_MODE_DEF_OUTPUT);
47
- // gpio_set_level(2, true);
48
- common_hal_never_reset_pin(&pin_GPIO39);
49
-
50
result = common_hal_os_getenv_int("CIRCUITPY_DISPLAY_WIDTH", &width);
51
if (result == GETENV_OK && width == 800) {
52
width = 800;
0 commit comments