nanofont drawc/putc work correctly

This commit is contained in:
Luxferre
2022-07-30 20:10:51 +03:00
parent 4feb0d6529
commit 8b1456a49c
+1 -1
View File
@@ -26,7 +26,7 @@ BRK
( sprite and text drawing routines )
( subtract #20 from the ASCII code and get the absolute offset from the nanofont label )
%CHAR-TO-NF { #20 SUB BTS ;nanofont ADD2 }
%CHAR-TO-NF { #20 SUB BTS #10 SFT2 ;nanofont ADD2 }
( 4x1 scanline output from the nibble )
( x y nibble -- x y )