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
Note: `scale=2` produces a bold effect (text drawn with 1px offset), not a true pixel-scale zoom. Backends can provide `draw_scaled_text()` for true scaling.
77
+
Note: `scale=2` produces a true pixel-scale zoom on SSD1327 displays via pixel-by-pixel
78
+
framebuf rendering. Other backends can implement `draw_scaled_text()` for native scaling support.
0 commit comments