Visual Spin for PSB (4.3" LCD) (beta test)
Rayman
Posts: 14,889
This seems to work, but I haven't tested it too much yet...
With the attached version, you can select to create either a regular XGA or a PSB project for a 4.3" touchscreen.
It has a block cursor that moves when you push on the screen.
The default form is full size because of the limited screen resolution.
It currently assumes you are using the same pins as the PSB, but once you have it done, you can export to the Prop Tool and set your custom pins.
It does not use the touchscreen IC's interrupt output, it just constantly polls it.
With the attached version, you can select to create either a regular XGA or a PSB project for a 4.3" touchscreen.
It has a block cursor that moves when you push on the screen.
The default form is full size because of the limited screen resolution.
It currently assumes you are using the same pins as the PSB, but once you have it done, you can export to the Prop Tool and set your custom pins.
It does not use the touchscreen IC's interrupt output, it just constantly polls it.
Comments
Also, when I click on "View or Edit Code" in the build window, the editor doesn't allow me to edit the code.
Lastly, when I try to edit the VGS (PSB_LcdDriver) file from the "Objects" button, it comes up in Asian characters.
Bill
But, on the build menu, I think there's a "open with Prop Tool" button that should give you easy access to all the object files in your system temp folder.
Cool... that worked! I opened the code and hit F8 which allowed me to see it.
Bill