Commit Graph

8 Commits

Author SHA1 Message Date
Ry
0c889859de fox32rom: Add %x support to draw_format_str 2022-04-01 16:12:33 -07:00
Ry
16399b2f27 fox32rom: Add draw_hex routines 2022-04-01 16:05:59 -07:00
Ry
7e239d18e2 fox32rom: Add support for %c in format strings 2022-03-13 22:42:55 -07:00
ry755
73a109415a fox32rom: Allow "%%" in format strings for printing an actual '%' char 2022-02-22 13:58:15 -08:00
ry755
702cf11558 fox32rom: Use '%' instead of '\' for format strings
I forgot how printf() worked :p
2022-02-22 13:52:29 -08:00
ry755
72258d063f fox32rom: Start implementing a basic string formatting system 2022-02-22 13:45:54 -08:00
ry755
f17a15b14a fox32rom: Add routines for drawing decimal values 2022-02-21 22:07:02 -08:00
ry755
5f5771e823 fox32rom: Move text drawing to a generic routine
Instead of having lots of duplicate code for drawing text to overlays
and the background, move all of the actual drawing logic to a generic
routine that can be used to draw text to *any* type of framebuffer.
2022-02-12 20:42:37 -08:00