This commit is contained in:
Kartik K. Agaram 2021-03-31 21:17:20 -07:00
parent 16f2bd1174
commit 971062583a
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Use the built-in font to draw a grapheme to real screen.
#
# We need to do this in machine code because Mu doesn't have global variables
# yet (for the start of video memory).
# yet (for the start of the font).
#
# There are uncomfortable assumptions baked in here about english/latin
# script. We convert the grid of pixels into a fixed-width grid of graphemes,