Skip to content

Commit

Permalink
🐛 SAV_3DGLCD conditionals (MarlinFirmware#22447)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp authored and ptoal committed Dec 16, 2021
1 parent 3b0dc4b commit 971cedd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Marlin/src/inc/Conditionals_LCD.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 971cedd

Please sign in to comment.