mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-29 21:56:35 +00:00
Merge pull request #12025 from Jason2866/patch-3
Make universal display driver possible
This commit is contained in:
commit
1ff60026cb
@ -69,7 +69,9 @@
|
||||
#define USE_ADC
|
||||
#define USE_SPI
|
||||
#define USE_DISPLAY // Add SPI Display Support (+2k code)
|
||||
#ifndef USE_UNIVERSAL_DISPLAY
|
||||
#define USE_DISPLAY_ILI9341 // [DisplayModel 4] Enable ILI9341 Tft 480x320 display (+19k code)
|
||||
#endif
|
||||
//#define USE_BLE_ESP32 // Enable new BLE driver
|
||||
//#define USE_MI_ESP32 // (ESP32 only) Add support for ESP32 as a BLE-bridge (+9k2 mem, +292k flash)
|
||||
#endif // FIRMWARE_ODROID_GO
|
||||
|
Loading…
x
Reference in New Issue
Block a user