You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many people (and me) think the TFB font is too small. It's not as easy as the fonts for LVGL/bg_str because we draw the console/TFB/editor font in a fast way from a stored bitmap compiled in the firmware. It would be slower to draw text if you could change this font at runtime. But i've got some ideas. You can see in the code where we allow a smaller TFB font for the T_Deck, i know that doesn't help you but if you're handy with dev it's a good starting point.
Many people (and me) think the TFB font is too small. It's not as easy as the fonts for LVGL/bg_str because we draw the console/TFB/editor font in a fast way from a stored bitmap compiled in the firmware. It would be slower to draw text if you could change this font at runtime. But i've got some ideas. You can see in the code where we allow a smaller TFB font for the T_Deck, i know that doesn't help you but if you're handy with dev it's a good starting point.
tulipcc/tulip/shared/display.c
Line 270 in 08a80fc
The text was updated successfully, but these errors were encountered: