Search found 6 matches

by ns3d
Wed Dec 15, 2021 12:22 am
Forum: Programs, Libraries and Tools
Topic: Sharp Memory Display with RP2040 - Pi Pico
Replies: 12
Views: 25279

Re: Sharp Memory Display with RP2040 - Pi Pico

I just wanted to follow up on this, I've found a programmer who's helping me get the CP libraries working on this Pico 2040 running MicroPython. So far this has worked well, but I am still working to understand it's capabilities, including how it uses framebuf and fonts. As for SPI with LSB or MSB, ...
by ns3d
Sat Dec 11, 2021 3:48 pm
Forum: Programs, Libraries and Tools
Topic: Sharp Memory Display with RP2040 - Pi Pico
Replies: 12
Views: 25279

Re: Sharp Memory Display with RP2040 - Pi Pico

Thank you both for adding some context, those are areas I need to spend some time learning more. For now, can you elaborate on the SoftSPI? Should I essentially modify the code to use that everywhere it’s referenced? I’d love to get this working with the pico and send an example file over for you to...
by ns3d
Fri Dec 10, 2021 10:15 pm
Forum: Programs, Libraries and Tools
Topic: Sharp Memory Display with RP2040 - Pi Pico
Replies: 12
Views: 25279

Re: Sharp Memory Display with RP2040 - Pi Pico

My MicroGui and NanoGui libraries support Sharp displays via this driver . I've spent the morning working through the code, and have gotten snagged with an error that may be an easy fix for someone more experienced. Have you seen the following error? Traceback (most recent call last): File "<stdin>...
by ns3d
Fri Dec 10, 2021 5:56 pm
Forum: Programs, Libraries and Tools
Topic: Sharp Memory Display with RP2040 - Pi Pico
Replies: 12
Views: 25279

Re: Sharp Memory Display with RP2040 - Pi Pico

pythoncoder wrote:
Tue Dec 07, 2021 9:58 am
My MicroGui and NanoGui libraries support Sharp displays via this driver.
Thank you for sending this over @pythoncoder - I think that's the single most helpful thing I've found in the last week I've been doing some research. I'll try and report back on my progress, thank you again!
by ns3d
Mon Dec 06, 2021 11:34 pm
Forum: Programs, Libraries and Tools
Topic: Sharp Memory Display with RP2040 - Pi Pico
Replies: 12
Views: 25279

Re: Sharp Memory Display with RP2040 - Pi Pico

That's a really good resource, I've been looking over it the last few days, but to be honest I feel a bit in over my head when it comes to modifying libraries.
by ns3d
Mon Dec 06, 2021 5:16 pm
Forum: Programs, Libraries and Tools
Topic: Sharp Memory Display with RP2040 - Pi Pico
Replies: 12
Views: 25279

Sharp Memory Display with RP2040 - Pi Pico

I am looking for someone to help with updating current libraries, or creating a new library, for the Sharp Memory Display line of products to work with the Pi Pico/RP2040 in MicroPython. We have a project that currently uses them with Arduino, but are looking to move code for this project over to Mi...