Login
Plus/4 EncyclopediaFirstBackNextLast

How To Use A Selfdefined Charset In MultiColor Mode
Category
Programming/Basic

Topic
If you want to use a selfdefined Charset in Multicolor Mode, be sure that your chars have 2x1 pixelwidth in the right position.

Precondition: You made a charset file (e.g Polybius) which load its contend to Adress $1000 ( or other free memory).

5 graphic 3,1
10 A=A+1
20 IF A=1 THEN LOAD"POLYBIUS",8,1
60 POKE 740,DEC("10")
80 char 1,0,0,"A"
90 Getkey a$

Background:
1) Make sure that you set Graphic mode before loading the charset.
2) the LOAD Command restarts the Basic-Programm, thats why we use the A as Flag.



Keywords
Charset, Multicolor 

Credits
George 



Copyright © Plus/4 World Team, 2001-2024