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 f992992 commit eb5c540Copy full SHA for eb5c540
components/nofrendo-esp32/spi_lcd.c
@@ -16,6 +16,7 @@
16
#include <stdio.h>
17
#include "sdkconfig.h"
18
#include "rom/ets_sys.h"
19
+#include "rom/gpio.h"
20
#include "soc/gpio_reg.h"
21
#include "soc/gpio_sig_map.h"
22
#include "soc/gpio_struct.h"
sdkconfig
@@ -59,6 +59,11 @@ CONFIG_APP_OFFSET=0x10000
59
#
60
CONFIG_BT_RESERVE_DRAM=0
61
62
+#
63
+# LCD SPI Pins
64
65
+# CONFIG_LCD_USE_FAST_PINS is not set
66
+
67
68
# ESP32-specific config
69
0 commit comments