Has anyone done anything like a small GUI
Edward Williams
Posts: 3
I'm wondering if anyone has done anything like a small GUI in Spin even a text based one
????
Thanks
Ed
????
Thanks
Ed
Comments
I remember this one
TV_WTEXT: TV_TEXT with windowed regions (sort of)
http://forums.parallax.com/showthread.php?p=590631
found at the Good thread index (new and improved)
http://forums.parallax.com/showthread.php?p=609066
best regards
Stefan
http://www.rayslogic.com/propeller/Programming/BasicWindowForm/BasicForm.htm
·
- Tony
[noparse][[/noparse]edit] oops - Contiki is a OS and not a GUI
Post Edited (TonyD) : 11/2/2008 4:38:52 PM GMT
I've been working kinda underground Guerrilla style for a while now
putting a Prop and SD card w/VGA in some of my different projects
as an Expansion controller to different processors and I thought it would
make for a damn decent stand alone GUI display and control system for
some of the Pic's and Basic Stamp projects for others as well
Thanks for the ideas
Ed
I was recently inquiring about a possibility of using prop as a vector graphics accelerator, not just a video backend
i.e another MCU sends out a stream of lines, curves, text, etc and prop renders all that and draws on the screen
didn't get much replies/interest/feedback though.
Maybe a simple text-based windowing system (like CURSES) to use for a GUI is what you are looking for?· I would think that would be possible with the Propeller for sure and could be made to work with NTSC/PAL, VGA, or even a PropTerminal display.
·
You may have already seen it, but just in case·a recent thread about the PropGFX·can be found here: http://forums.parallax.com/showthread.php?p=757176· [noparse][[/noparse]Edit:] I would say, considering, that you already are pretty familiar with Baggers and his work.
You could certianly have the Propeller handle the UI (including video/VGA/terminal output as well as keyboard/mouse interaction) for another MCU.· I·think there would be an argument that a graphic LCD with touch screen capabliity could be used though. [noparse][[/noparse]Edit:] What I was getting at is that some have a microcontroller, and can handle basic IO.· Certianly I have been investigating the possiblity of a lightweight-GUI myself (CURSES based) [noparse];)[/noparse]
Post Edited (trodoss) : 11/4/2008 2:20:53 AM GMT