Page 1 of 1

LCD skin availability?

Posted: Thu Dec 20, 2018 10:40 pm
by kwiley
The LCD skin is not in stock anywhere. Is it a discontinued product? Is the entire PyBoard essentially discontinued in anticipation of the next gen PyBoard that is supposed to come out in the (near?) future?

Has anyone successfully interfaced some other LCD (with or without a touch interface) with the PyBoard, or is the one listed skin -- currently out of stock -- the only option?

Thanks.

Re: LCD skin availability?

Posted: Fri Dec 21, 2018 7:19 am
by Roberthh
Look at the repositories of @pythconcoder (e.g. here_ viewtopic.php?f=14&t=5299#p30417) or @mcauser or @dhylands or @deshipu. They have made drivers for many LCD displays.
Or search though this section of the forum: viewforum.php?f=14

Re: LCD skin availability?

Posted: Fri Dec 21, 2018 7:39 am
by kwiley
Thank you. Do you know whether the one supported LCD skin is slated for any future reproduction? Like I said, I can't find it anywhere at the moment.

Re: LCD skin availability?

Posted: Fri Dec 21, 2018 7:44 am
by Roberthh
No. Damien should know.

Re: LCD skin availability?

Posted: Fri Dec 21, 2018 8:12 am
by pythoncoder
There is a new design in the works (I have a sample). In my testing it is completely compatible with the old one but adds some new features.

I got the impression from the guys writing its firmware that it's slated for sale when the Pyboard 'D' series emerges. I don't know the reason for this delay since it works perfectly with the Pyboard 1.x. Nor do I know when the 'D' series is coming.

Sorry :(

Re: LCD skin availability?

Posted: Fri Dec 21, 2018 9:56 am
by tine3700
Hi there,
sorry for the delay on getting the new LCD160CRv1.1 in the store. There will be two versions available and they'll be available shortly.

Re: LCD skin availability?

Posted: Fri Dec 21, 2018 6:45 pm
by kwiley
Thank you. Now if only I could get a camera going. I missed the recent Kickstarter campaign for the H7 and I'm not tempted to buy an M7 if the H7 is about to come out, so I'm left kind of stuck on camera options. I'm of half a mind to try to access one of the numerously available I2C Arduino cameras directly (https://www.ebay.com/itm/VGA-OV7670-CMO ... 1928995887), but I don't generally dabble in such low-level protocols. I wouldn't really know how to begin. I have an Arducam LCD/camera shield working with an Arduino. I with I could use something like that with a PyBoard.

This is another topic, I admit.

Re: LCD skin availability?

Posted: Fri Dec 21, 2018 7:34 pm
by dhylands
There is OpenMV which runs MicroPython and has a camera: https://openmv.io/

Re: LCD skin availability?

Posted: Fri Dec 21, 2018 8:01 pm
by kwiley
I know. I mentioned it in my previous comment. I'm just curious about the prospects of interfacing the two devices together.

Thanks.

Re: LCD skin availability?

Posted: Fri Dec 21, 2018 10:08 pm
by OutoftheBOTS_
kwiley wrote:
Fri Dec 21, 2018 6:45 pm
Thank you. Now if only I could get a camera going. I missed the recent Kickstarter campaign for the H7 and I'm not tempted to buy an M7 if the H7 is about to come out, so I'm left kind of stuck on camera options. I'm of half a mind to try to access one of the numerously available I2C Arduino cameras directly (https://www.ebay.com/itm/VGA-OV7670-CMO ... 1928995887), but I don't generally dabble in such low-level protocols. I wouldn't really know how to begin. I have an Arducam LCD/camera shield working with an Arduino. I with I could use something like that with a PyBoard.

This is another topic, I admit.
An I2C camera is only good fro low res still as the speed of data transfer from the camera to the MCU is super super low.

I have connected Screen directly to the OpenMV cam myself see https://www.youtube.com/watch?v=onzi71RsGXw&t=1s the python script for displaying the image buffer is in the comments