File tree Expand file tree Collapse file tree 4 files changed +12
-0
lines changed
RP2350-Touch-LCD-1.28/waveshare_lcd
RP2350-Touch-LCD-1.43/waveshare_lcd
RP2350-Touch-LCD-3.49/waveshare_lcd Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 2323#define STATIC static
2424#endif
2525
26+ #ifdef FONT_DEFAULT
27+ #undef FONT_DEFAULT
2628#define FONT_DEFAULT FONT_XTRA_SMALL
29+ #endif
2730
2831#define LCD_CHUNK_LINES 16
2932
Original file line number Diff line number Diff line change 1616#define STATIC static
1717#endif
1818
19+ #ifdef FONT_DEFAULT
20+ #undef FONT_DEFAULT
1921#define FONT_DEFAULT FONT_XTRA_SMALL
22+ #endif
2023
2124// Function to get backlight level
2225STATIC mp_obj_t waveshare_lcd_get_backlight_level (void )
Original file line number Diff line number Diff line change 1616#define STATIC static
1717#endif
1818
19+ #ifdef FONT_DEFAULT
20+ #undef FONT_DEFAULT
1921#define FONT_DEFAULT FONT_MEDIUM
22+ #endif
2023
2124// Function to get backlight level
2225STATIC mp_obj_t waveshare_lcd_get_backlight_level (void )
Original file line number Diff line number Diff line change 1616#define STATIC static
1717#endif
1818
19+ #ifdef FONT_DEFAULT
20+ #undef FONT_DEFAULT
1921#define FONT_DEFAULT FONT_MEDIUM
22+ #endif
2023
2124// Function to get backlight level
2225STATIC mp_obj_t waveshare_lcd_get_backlight_level (void )
You can’t perform that action at this time.
0 commit comments