are you using the font that has lowercase chars in it ?
the first font has chr 32 to 90 post#54
the second has chr 32 to 127 post#67
are you using the font that has lowercase chars in it ?
the first font has chr 32 to 90 post#54
the second has chr 32 to 127 post#67
Yes,wrong include I use,now it is work.
I create a counter,and when I touch the button counter increase e his value for 1.Each press increase counter for 1.
COUNTER=COUNTER+1
Is it possible to make that when i press a button and hold pressed the counter increase his value throughout the whole period when it pressed
yes good idea , I have added an auto repeat property to buttonsIs it possible to make that when i press a button and hold pressed the counter increase his value throughout the whole period when it pressed
Code:button_rpt.0[3]=1 ;button3 auto rpt
Hi Richard,
I am having some issues compiling your TFT_Demo program and hope you can steer me in the right direction.
I am using Microcode Studio 5.0.0 5 and PBPX 3.0.7.4
When I first compile I get a "Syntax Error (195)". The line of code is "fillcircle 60 , 60 , 20"
I have looked through the include files and cannot find a USERCOMMAND for "fillcircle". What am I missing?
Attempting to move on, I commented out the offending fillcircle line of code and tried to compile again.
Now I get four ASM ERROR message "Address label duplication or different in second pass".
(Z001D9) (Z001DA) (Z001DB) (Z001DC)
I am very keen to get my new TFT Touchscreen operational so any advice on how to correct the above issues would be greatly appreciated.
I have attached all relevant files (main program, includes etc.) for your reference.
Cheers
Barry
VK2XBP
hi barry
the address dup messages come from having coff file generation turned on when using dt_ints , don't know why ,wish it wouldn't
see the attached screen shot to remedy that
the syntax error i think comes from not using the latest tft-spi.pbpmod file
I have uploaded the latest just incase I stuffed up
I did stuff up , seems I forgot to upload the latest version with fillcircle command in it .
apologies to all,
Thanks Richard - that did the trick!
Everything compiles and programs.
Now to breadboard it and make it work
Cheers
Barry
VK2XBP
Bookmarks