|
Forum Index : Microcontroller and PC projects : Anyone tried the RP2040-LCD-1.28
| Author | Message | ||||
| Tinine Guru Joined: 30/03/2016 Location: United KingdomPosts: 1646 |
form Waveshare? Might just grab one. Craig |
||||
Grogster![]() Admin Group Joined: 31/12/2012 Location: New ZealandPosts: 9751 |
That looks like a new-ish one, have not seen that one before. I did toy with the idea of getting one or two of these ones with LCD's on them , but never got around to it. Next time I order from WS perhaps... ![]() Smoke makes things work. When the smoke gets out, it stops! |
||||
| JohnS Guru Joined: 18/11/2011 Location: United KingdomPosts: 4126 |
I suppose... check which pins etc are used for what & that any other chips (graphics/etc) are supported or you're happy to write the code. John |
||||
| Bowden_P Senior Member Joined: 20/03/2019 Location: United KingdomPosts: 162 |
I see it uses a GC9A01A chip - the Picomite has a driver for the GC9A01 - no "A". Is that significant ? With best regards, Paul. Nothing so constant as change. |
||||
| Tinine Guru Joined: 30/03/2016 Location: United KingdomPosts: 1646 |
This article is about the GC9A01 but it mentions Using the Adafruit_GC9A01A Library so there presumably is no difference. I also saw mention that one version has no regulator and therefore only good for 3v3. Got one on the way |
||||
| Tinine Guru Joined: 30/03/2016 Location: United KingdomPosts: 1646 |
No big deal to use a different language if need be. The way I understand it is that the display SPI is bit-banged and any pins can be nominated(?) Dunno, dealing with so many different systems, atm, my head's about to explode Craig |
||||
| lew247 Guru Joined: 23/12/2015 Location: United KingdomPosts: 1702 |
![]() Edited 2022-12-15 01:43 by lew247 |
||||
| Tinine Guru Joined: 30/03/2016 Location: United KingdomPosts: 1646 |
Works well Only bummer is that MISO is not an optional parameter and so I allocated (wasted) GP24. Craig Edited 2022-12-22 23:54 by Tinine |
||||
| Zonker Guru Joined: 18/08/2012 Location: United StatesPosts: 772 |
@Tinine - I tried to also select gp24 for MISO and I got back "pin in use"... Not sure why... Did I miss something..?? option system spi gp10,gp24,gp11 right..?? |
||||
| Tinine Guru Joined: 30/03/2016 Location: United KingdomPosts: 1646 |
OPTION SYSTEM SPI CLKpin, MOSIpin, MISOpin All I can see is that you appear to have MOSI and MISO flipped(?) Illustration Craig |
||||
| Zonker Guru Joined: 18/08/2012 Location: United StatesPosts: 772 |
Ok.. Tried option system spi gp10,gp11,gp24.. Same error, gp24 is in use.. The only one that seems to work is gp10,gp11,gp12... (that makes sense)... But then the display wants to use gp12 for the display reset... Says that gp12 is reserved on startup... (for system spi)... I am running V5.07.06B7 of the firmware.. What does your setup look like..?? |
||||
| matherp Guru Joined: 11/12/2012 Location: United KingdomPosts: 10570 |
Start with OPTION RESET and then OPTION SYSTEM SPI GP10,GP11,GP28 OPTION LCDPANEL GC9A01, LANDSCAPE,GP8,GP12,GP9,GP25 or SETPIN GP24,OFF OPTION SYSTEM SPI GP10,GP11,GP24 OPTION LCDPANEL GC9A01, LANDSCAPE,GP8,GP12,GP9,GP25 Edited 2023-01-03 03:35 by matherp |
||||
| Zonker Guru Joined: 18/08/2012 Location: United StatesPosts: 772 |
Thanks Peter... That did the trick... I think the "pin24" had me confused and didn't know you had to turn it "off" I also was doing the "option heartbeat off" command to free up the LCD backlight pin... I ended up using your first example: Start with OPTION RESET and then OPTION SYSTEM SPI GP10,GP11,GP28 OPTION LCDPANEL GC9A01, LANDSCAPE,GP8,GP12,GP9,GP25 I also bought the waveshare module with the 0.96 LCD... Will try to get that going next... Much thanks for all your help... Just getting started with the Pico adventure.. ![]() Update: setups for the 0.96 LCD module all good... ![]() Edited 2023-01-03 13:08 by Zonker |
||||
| Tinine Guru Joined: 30/03/2016 Location: United KingdomPosts: 1646 |
We "imagineers" can see all kinds of potential for this cute little device. Many thanks, Pete |
||||
| The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |