adding custom fonts and editor mode with tab

This commit is contained in:
aeroreyna
2026-01-13 22:04:10 -05:00
parent 7d3ae06e63
commit 0bb25bb984
83 changed files with 2835 additions and 36 deletions

View File

@@ -59,7 +59,7 @@ Run `scripts/flash_and_connect.sh [/dev/ttyACM0]` to configure CMake, compile th
| `draw_num x y num` | Draws `num` using the default numeric font. |
| `set_pixel x y color` | Sets a single pixel to `color` (0=white, 1=black). |
| `close` | Sends the panel to deep sleep and frees the framebuffer. |
| `editor [0|1]` | Enables editor mode; default uses white background, non-zero switches to white text on black. |
| `editor [0|1]` | Enables editor mode; default uses white background, non-zero switches to white text on black. Press Enter to run typed commands. |
## Notes