General questions about using the KEYBOARD object and a VGA display
ElectricAye
Posts: 4,561
Hi all,
Ultimately what I would like to do is change the values of about 6 variables that I have displayed on a VGA.· At first, I thought about using a cursor to click on buttons to raise or lower the values, but then Mike Green mercifully warned me that I might run out of memory for my application because of button graphics, etc.· So now I'm looking at the possiblity of using a keyboard.· How difficult would it be to use a keyboard to simply tab from one value to another and type in new values?· Is that something that could be done with a single cog and very little memory,·or is that a MCMH (Multi-Cog Memory Hog)???
Also, directions to SPIN·code examples on how to implement a keyboard are guaranteed to gain you some big points on the Karma Wheel of Fortune.·
thanks,
Mark
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Watching the world pass me by, one photon at a time.
Ultimately what I would like to do is change the values of about 6 variables that I have displayed on a VGA.· At first, I thought about using a cursor to click on buttons to raise or lower the values, but then Mike Green mercifully warned me that I might run out of memory for my application because of button graphics, etc.· So now I'm looking at the possiblity of using a keyboard.· How difficult would it be to use a keyboard to simply tab from one value to another and type in new values?· Is that something that could be done with a single cog and very little memory,·or is that a MCMH (Multi-Cog Memory Hog)???
Also, directions to SPIN·code examples on how to implement a keyboard are guaranteed to gain you some big points on the Karma Wheel of Fortune.·
thanks,
Mark
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Watching the world pass me by, one photon at a time.
Comments
thanks again,
·
http://www.rayslogic.com/propeller/Programming/BasicWindowForm/BasicForm.htm
Also, that "Delay Generator" app is a bit more advanced and lets you change numbers with the mouse...
Admittedly though, it may be hard for a beginner to follow, but I think you'll see how to do it...
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
My Prop Info&Apps: ·http://www.rayslogic.com/propeller/propeller.htm
thanks for your suggestions on this. As usual, it will take me a considerable amount of time to absorb how this works.
To localroger,
I love your phrase "...deep in the scary PASM green..."
cheers to all,
Mark
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Watching the world pass me by, one photon at a time.