zx-81
Certified Guru
For those who wonder how to use the Wiz touch screen with SDL, here is a simple program i've developped before porting
"Wiz Write", in order to test the touch screen :
http://zx81.zx81.free.fr/serendipity/index.php?/archives/381-Wiz-SDL-Simple-SDL-Touch-screen-program-for-Wiz.html
This simple test program use virtual keyboard images based on Danzeff keyboard i've used on PSP.
Using the touch screen you can click on the letter you want, and drawing a line vertically or horizontally
(on the virtual keyboard screen) you can navigate between the different keyboard panels.
Be careful not to modify default clock/CPU speed because it will modify the area of the touch screen
(i felt in this stupid issue at first and spent hours to understand why my touch screen didnt give me
the proper coordinates !)
"Wiz Write", in order to test the touch screen :
http://zx81.zx81.free.fr/serendipity/index.php?/archives/381-Wiz-SDL-Simple-SDL-Touch-screen-program-for-Wiz.html
This simple test program use virtual keyboard images based on Danzeff keyboard i've used on PSP.
Using the touch screen you can click on the letter you want, and drawing a line vertically or horizontally
(on the virtual keyboard screen) you can navigate between the different keyboard panels.
Be careful not to modify default clock/CPU speed because it will modify the area of the touch screen
(i felt in this stupid issue at first and spent hours to understand why my touch screen didnt give me
the proper coordinates !)