Chop down tft-related loooong ifdefs chains (#10803)
* Chop down tft-related loooong ifdefs chains * Fix accidental sweep-up of portduino into screen #ifdef refactor
This commit is contained in:
co-authored by
GitHub
parent
8345c2b6a9
commit
fd8ba4fa4e
@@ -42,12 +42,11 @@ void c6l_init();
|
||||
#define SX126X_DIO3_TCXO_VOLTAGE 3.0
|
||||
|
||||
#define USE_SPISSD1306
|
||||
#ifdef USE_SPISSD1306
|
||||
#define DISPLAY_FORCE_SMALL_FONTS
|
||||
#define SSD1306_NSS 6 // CS
|
||||
#define SSD1306_RS 18 // DC
|
||||
#define SSD1306_RESET 15
|
||||
// #define OLED_DG 1
|
||||
#endif
|
||||
// Tiny OLED panel — opts into compile-time layout/font/feature substitutions
|
||||
// gated on OLED_TINY across the graphics stack.
|
||||
#define OLED_TINY
|
||||
|
||||
Reference in New Issue
Block a user