Skip to content

Commit 1d09f63

Browse files
committed
full CGA 8x8 ascii code/update text unittest
1 parent 2ce7209 commit 1d09f63

14 files changed

Lines changed: 263 additions & 7 deletions

Features_Speedtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def main():
177177
hhmmsselaspedtime(starttime))
178178
starttime = _time_ns()
179179
fnt = font8x8
180-
strtest = 'abcdefghijklmnopqrstuvwxyz\n0123456789\'":;.,?!~`@#$%^&()[]{}_*+-/=<>\nABCDEFGHIJKLMNOPQRSTUVWXYZ'
180+
strtest = '\x01abcdefghijklmnopqrstuvwxyz\n0123456789\'":;.,?!~`@#$%^&()[]{}_*+-/=<>\nABCDEFGHIJKLMNOPQRSTUVWXYZ'
181181
plotstring(bmp, 400, 10,
182182
'My Python GL test',
183183
4, 1, 0, c['lightgray'],

Python_BMP/fonts.py

Lines changed: 257 additions & 1 deletion
Large diffs are not rendered by default.
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)