Looking for a bigger μOLED-128-G1
deanwesterburg
Posts: 25
I have been working on a device that I need a bigger screen for than the μOLED-128-G1. I am utilizing the graphics commands such as "RECTANGLE" and "TEXT" as described in http://www.parallax.com/Portals/0/Downloads/docs/prod/displays/27925-uOLED-128-G1_Users_Manual_Rev1.0.pdf
Has anyone worked with some of the other models of displays from 4G such as the uLCD-32PT(SGC) or uLCD-43(SGC)?
Can anyone verify that the same commands and code will work with them other than the obvious need to change my total number of Pixels I have to work with?
I am specificaly looking at http://shop.4dsystems.com.au/serial-display-modules/301-0003.html but am open to options in the 3" to 5" size catagory with similar programing.
Thanks!
Dean
Has anyone worked with some of the other models of displays from 4G such as the uLCD-32PT(SGC) or uLCD-43(SGC)?
Can anyone verify that the same commands and code will work with them other than the obvious need to change my total number of Pixels I have to work with?
I am specificaly looking at http://shop.4dsystems.com.au/serial-display-modules/301-0003.html but am open to options in the 3" to 5" size catagory with similar programing.
Thanks!
Dean
Comments
I have worked with most of them (especially around the 3" size) and have the 4.3" as well but haven't done anything with it yet
the SGC commands are mostly identical with some minor differences - eg the 'X' and 'Y' co-ordinates may require 1 or 2 bytes depending on the screen resolution. It's all well documented.
You can also change a module from 4DGL to SGC or back again using the PmmC loader software.