mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-01-04 05:40:31 -07:00
🐛 SAV_3DGLCD conditionals (#22447)
This commit is contained in:
parent
284d0bf5a0
commit
4942cb796c
1 changed files with 7 additions and 0 deletions
|
|
@ -141,6 +141,13 @@
|
|||
#define IS_RRD_SC 1
|
||||
#define IS_U8GLIB_SSD1306
|
||||
|
||||
#elif ENABLED(SAV_3DGLCD)
|
||||
|
||||
#ifdef U8GLIB_SSD1306
|
||||
#define IS_U8GLIB_SSD1306
|
||||
#endif
|
||||
#define IS_NEWPANEL 1
|
||||
|
||||
#elif ENABLED(FYSETC_242_OLED_12864)
|
||||
|
||||
#define IS_RRD_SC 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue