mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 12:37:01 +03:00
fonts
This commit is contained in:
@@ -26,6 +26,8 @@ static char TAG[] = "gds";
|
|||||||
*/
|
*/
|
||||||
static const struct GDS_FontDef *GuessFont( struct GDS_Device *Device, int FontType) {
|
static const struct GDS_FontDef *GuessFont( struct GDS_Device *Device, int FontType) {
|
||||||
switch(FontType) {
|
switch(FontType) {
|
||||||
|
case GDS_FONT_DEFAULT:
|
||||||
|
return Device->Font;
|
||||||
case GDS_FONT_LINE_1:
|
case GDS_FONT_LINE_1:
|
||||||
return &Font_line_1;
|
return &Font_line_1;
|
||||||
case GDS_FONT_LINE_2:
|
case GDS_FONT_LINE_2:
|
||||||
|
|||||||
Reference in New Issue
Block a user