New board for 3.5" LCD
Rayman
Posts: 14,646
in Propeller 1
Just soldered up this new board and it seems to be working.
Main feature is a 3.5" LCD display. It's transreflective so should be good for outdoor use.
It's the same exact size as Propeller Activity Board, so should be a drop in upgrade for my 3D Printed robot.
Only needs 12 pins to control the LCD. I've used some special pin sharing tricks to reduce the pin count with this board...
Has a rechargeable LiPo circuit to power the Prop and LCD and a barrel input for powering servos.
Here's video of the famous "Graphics Demo" in action: https://youtu.be/XmAZjru4vtk
Main feature is a 3.5" LCD display. It's transreflective so should be good for outdoor use.
It's the same exact size as Propeller Activity Board, so should be a drop in upgrade for my 3D Printed robot.
Only needs 12 pins to control the LCD. I've used some special pin sharing tricks to reduce the pin count with this board...
Has a rechargeable LiPo circuit to power the Prop and LCD and a barrel input for powering servos.
Here's video of the famous "Graphics Demo" in action: https://youtu.be/XmAZjru4vtk
Comments
I just took it outside into direct 11 AM sunshine. Well, it's not as good as I was hoping. Can read the text, but hard to see the graphics. I think the touchpanel actually ruins the outdoor visibility.
I might put one on a hotplate and take the touchpanel off...
Does it have its own controller or is driven entirely by the Propeller ?
Basically, a tiny VGA monitor with QVGA resolution.
I'm using a modified version of the Parallax VGA driver to control it.
If one googles "rayslogic PTP" or "rayslogic PTP2", you can find my past endeavors with this display, back when I used to sell stuff....
Somebody from a GPS company gave me about 600 of these displays...
Trying figure out some use for them...
Here's the datasheet.
Gone about 4 hours now running Graphics Demo with backlight on full.
Not too bad...
I put the Wii Nunchuck compatible connector on the centerline, which looks good.
But, doesn't work with my robot design... I should have put it more towards the edge.
It's fun to drive the robot with Wireless Nunchuck...
Plus, my kids are keeping me busier than they used to...
You honestly need to file taxes in every state you sell stuff to? Wow. 50+ Tax Forms every 3 month? What a waste of time.
this world is getting crazier every day.
Mike
I wonder if Parallax would make a board with these LCDs... Qty might be too low for them though...
Depends if they can get more ?
But, I think you can find a similar enough display from many sources.
Would just need small changes to PCB...
There are some $16 ones on Aliexpress: https://www.aliexpress.com/item/SAMSUNG-3-5-inch-TFT-LCD-Touch-Screen-LMS350GF08-320-RGB-240-QVGA/1849418304.html
That has some appeal, as it gets volume, and is much better mechanically.
How fast can P1 serve up SPI, or some LCD variant ? (what speed is the RaspPi running this at ?)
+1
Really nice work there, I would buy one if you do decide to sell any.
Just wanna plug that, if you're willing to go down to 2.8", they get a lot cheaper, even cheaper than smaller screen sizes except 2.4" and <2". I guess because there's probably a few other uses of them that they're able to be sold in great enough quantity. $7.90 a piece on aliexpress.
It's big enough so that you can read the text when you're standing up and the board is on a robot on the floor.
It's also very tough with thick glass on the front and metal backing.
There's enough room on the sides of the board for many servo connectors.
Room at the top for power switch.
Now that I see it put together and on my robot, I think some components could be placed better. Have to either redesign the board or the robot...
For example, the USB connector is in a bad place and have to remove PCB from robot to program it, at the moment...
Or is the frame 60Hz min more a suggestion and slower is ok ?
But, the intended use is text and some simple graphics (bar chart showing readings from octal line sensor), so I think it will be OK.
Thank you for posting your excellent development work on this display.
I am sorry the board product selling did not work for you.
Although you have shared the Eagle files for the board, please could you also post a simple schematic for the board as well.
Many thanks in advance . . .
Is the driver on OBEX so we can find it easily later?
Anyway, the code is posted in this thread and I've marked it all as MIT license.