![]() |
Forum Index : Microcontroller and PC projects : Help needed with ILI9341 + QwertyPadTest
Author | Message | ||||
Frank N. Furter Guru ![]() Joined: 28/05/2012 Location: GermanyPosts: 946 |
Hi to all, I use the very nice BackPack170 from Mick with a ILI9341 display (320x240)and MMBasic V5.1. I want to run the QwertyPadTestInterrupt from this forum link It seems that some things has changed in MMBasic V5.1... My display (and touch) works very well. I used OPTION LCDPANEL ILI9341,L,4,5,6 and OPTION TOUCH 7,2 GUI CALIBRATE and GUI TEST TOUCH works very well! I remarked all wrong SPI pin assignments in the QwertyPadTestInterrupt.bas. I can see the keyboard but I can't do any input! ![]() When I touch the display the first time, the first line on the display change but that was it. Can anybody help me??? Has anybody a adapted program for V5.1??? THANKS! Frank |
||||
Frank N. Furter Guru ![]() Joined: 28/05/2012 Location: GermanyPosts: 946 |
Did really nobody use this very nice on-screen keyboard with V5.1 and can help me? ![]() ![]() Frank |
||||
matherp Guru ![]() Joined: 11/12/2012 Location: United KingdomPosts: 10209 |
Frank This code uses an old CFunction version of the TFT routines before they were incorporated in the MM firmware. If it were to work on 5.1 you would not use any OPTION commands as these just conflict with the old routines - particularly touch. If you want to convert to 5.1 properly get rid of all the CFunctions and supporting routines and convert line-by-line to the new syntax e.g. I9341.pstring(15,15,"The First Line is Here",2,0,Black,White) becomes: text 15,15,"The First Line is Here",,8,2,rgb(black),rgb(white) note that to be compatible you will need to use this loadable font |
||||
Frank N. Furter Guru ![]() Joined: 28/05/2012 Location: GermanyPosts: 946 |
Hi Peter, thank you very much! I will try to convert it! Frank |
||||
Quazee137![]() Guru ![]() Joined: 07/08/2016 Location: United StatesPosts: 593 |
I posted my tiny touch keyboard over at this topic. Arrays when saving memory Have a look I hope it can help you test. |
||||
![]() |
![]() |
The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |