File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
src/boards/include/boards Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 58
58
#endif
59
59
60
60
// --- LCD ---
61
- #ifndef PICO_LCD_SPI
62
- #define PICO_LCD_SPI 1
61
+ #ifndef WAVESHARE_RP2040_LCD_SPI
62
+ #define WAVESHARE_RP2040_LCD_SPI 1
63
63
#endif
64
- #ifndef PICO_LCD_DC_PIN
65
- #define PICO_LCD_DC_PIN 8
64
+ #ifndef WAVESHARE_RP2040_LCD_DC_PIN
65
+ #define WAVESHARE_RP2040_LCD_DC_PIN 8
66
66
#endif
67
- #ifndef PICO_LCD_CS_PIN
68
- #define PICO_LCD_CS_PIN 9
67
+ #ifndef WAVESHARE_RP2040_LCD_CS_PIN
68
+ #define WAVESHARE_RP2040_LCD_CS_PIN 9
69
69
#endif
70
- #ifndef PICO_LCD_SCLK_PIN
71
- #define PICO_LCD_SCLK_PIN 10
70
+ #ifndef WAVESHARE_RP2040_LCD_SCLK_PIN
71
+ #define WAVESHARE_RP2040_LCD_SCLK_PIN 10
72
72
#endif
73
- #ifndef PICO_LCD_TX_PIN
74
- #define PICO_LCD_TX_PIN 11
73
+ #ifndef WAVESHARE_RP2040_LCD_TX_PIN
74
+ #define WAVESHARE_RP2040_LCD_TX_PIN 11
75
75
#endif
76
- #ifndef PICO_LCD_RST_PIN
77
- #define PICO_LCD_RST_PIN 12
76
+ #ifndef WAVESHARE_RP2040_LCD_RST_PIN
77
+ #define WAVESHARE_RP2040_LCD_RST_PIN 12
78
78
#endif
79
- #ifndef PICO_LCD_BL_PIN
80
- #define PICO_LCD_BL_PIN 25
79
+ #ifndef WAVESHARE_RP2040_LCD_BL_PIN
80
+ #define WAVESHARE_RP2040_LCD_BL_PIN 25
81
81
#endif
82
82
83
83
// --- FLASH ---
You can’t perform that action at this time.
0 commit comments