question that has bothered me for a while
science_geek
Posts: 247
i was wondering about displays, i have a 4d systems display with a built in processor, its the 324028 uoled w/ touch screen, it has a built in processor and it has two pins that say "tx" and "rx" i was wondering if it would be at all to control this display with the prop, i know this isnt really a question, but more of a request of info, i need to know if i can use this with the prop without having to program the display, or as little as possible
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Engineering
Why did you not just look at the datasheet?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
I am 1011, so be surprised!
Advertisement sponsored by dfletch:
Come and join us on the Propeller IRC channel for fast and easy help!
Channel: #propeller
Server: irc.freenode.net or freenode.net
If you don't want to bother installing an IRC client, use Mibbit. www.mibbit.com
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
I am 1011, so be surprised!
Advertisement sponsored by dfletch:
Come and join us on the Propeller IRC channel for fast and easy help!
Channel: #propeller
Server: irc.freenode.net or freenode.net
If you don't want to bother installing an IRC client, use Mibbit. www.mibbit.com
The Serial PmmC is probably simpler to get started with. The first command to issue is a single character 'U' which will let the display auto sync to your baud rate. After that you can send commands for lines, circles, text etc. If you want to read the touch screen you have to poll it with a '$T' command which returns the X,Y and touch status.
The 4DGL PmmC might be better if you have lots of menus or touch interaction etc. But you end up with two source codes for your project (one on the Prop and one on the uOled)
Good luck!
tubular