additions
ie set TFT_wr_mode to 1 to flip image on y axis when DRAWIMAGE usedTFT_wr_mode VAR byte ;for image drawing 0= normal , 1=flip y , 2= flip x , 3=flip x and y
font file fixed
demo simplified (elapsed_int commented out)
additions
ie set TFT_wr_mode to 1 to flip image on y axis when DRAWIMAGE usedTFT_wr_mode VAR byte ;for image drawing 0= normal , 1=flip y , 2= flip x , 3=flip x and y
font file fixed
demo simplified (elapsed_int commented out)
forgot to add
doVdline doHdlinewill draw a dashed horizontal line from x=196 to 312 at y =34x= 196
y= 34
TFT_j= 312
gosub doHdline
and a update to the flash add in
x= 256
y= 11
TFT_k= 105
gosub doVdline
bit clunky to use I might add another couple of user commands
Last edited by richard; - 14th July 2015 at 10:27.
Bookmarks