19
20
21
24
25
26
29
30
31
34
35
36
40
41
42
45
46
47
50
51
52
55
56
57
60
61
62
65
66
67
70
71
72
75
76
77
80
81
82
85
86
87
90
91
94
95
96
99
100
101
104
105
106
109
110
111
114
115
118
119
120
123
124
125
128
129
130
133
134
138
139
140
143
144
145
148
149
150
153
154
155
BGR color stored in 16-bit BGR565 format.
Definition: BGR565.h:13
Fixed-size 5x7 bitmap font with ASCII and extended character support.
Definition: BitmapFont.h:22
Font rendering interface for TinyGPU-compatible framebuffers.
Definition: IFont.h:19
Helper for printing wrapped lines of text onto a TinyGPU target.
Definition: LinePrinter.h:17
RGB color stored in 16-bit RGB565 format.
Definition: RGB565.h:13
RGB color stored in 18-bit RGB666 format.
Definition: RGB666.h:13
RGB color stored in 24-bit RGB888 format.
Definition: RGB888.h:13
In-memory bitmap surface with basic 2D drawing and text rendering.
Definition: Surface.h:39
Lightweight 3D wireframe renderer for TinyGPU drawing targets.
Definition: WireFrame3D.h:41
Definition: AVIWriter.h:9