Displaying String on Free42 & DM42
|
04-05-2018, 02:00 PM
Post: #10
|
|||
|
|||
RE: Displaying String on Free42 & DM42
My version, or, my first working version ;-)
Changes wrt. Bill's: - 128x2 matrix that holds the fonts is called FONTS. It is the transpose of Bill's CHARS. - escape char ' to indicate the next char is to be drawn - 5x1 matrix CTRL of control characters 14,15,16,94,39. To be created manually. - last char is always drawn - REGS is not used - 2 entries, one for double wide/high chars. Can be used to draw extra large text in 200x120, or normal text in 400x240. Or for a really big font on the 42S ;-) I also changed the name to DISPXY, to not interfere with your DISPLAY, but also because I was thinking along the lines of adding DISP that simply outputs text on a certain line, like on the 48/49/50. Code: { 295-Byte Prgm } Cheers, Werner 41CV†,42S,48GX,49G,DM42,DM41X,17BII,15CE,DM15L,12C,16CE |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 3 Guest(s)