Post Reply 
menu on prime
03-21-2014, 05:59 PM
Post: #4
RE: menu on prime
(03-21-2014 05:50 PM)kifura Wrote:  Thanks, but i was thinking on editing the menu on the bottom, is it possible to add pixel drawing instead of strings to that?

if it isnt i will use your menu

Thanks

You can; first you have to clear the current screen (e.g. use the RECT_P command). Then you can draw your image using PIXON_P. If your images are simple, then you can probably save a lot of space using PIXON_P and LINE_P. On the other hand, complicated images are probably best via the ICON command.

The main thing to get from my example is how to trap the touchscreen events since the icons themselves aren't really all that important (nor their location).

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
menu on prime - kifura - 03-21-2014, 05:24 PM
RE: menu on prime - Han - 03-21-2014, 05:39 PM
RE: menu on prime - kifura - 03-21-2014, 05:50 PM
RE: menu on prime - Han - 03-21-2014 05:59 PM
RE: menu on prime - kifura - 03-21-2014, 06:07 PM



User(s) browsing this thread: 1 Guest(s)