ePaper display driven by a Raspberry Pi Pico
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
Dejvino 516496c6a1 Readme and image pirms 1 gada
.gitignore Makefile for images. Cleanup. pirms 1 gada
Makefile Makefile - download jokes only once pirms 1 gada
README.md Readme and image pirms 1 gada
convert_image.sh Makefile for images. Cleanup. pirms 1 gada
demo.jpg Readme and image pirms 1 gada
display.py SDCard data loading pirms 1 gada
epaper.py Image centering with limited height caption area pirms 1 gada
main.py Makefile for images. Cleanup. pirms 1 gada
microbmp.py Performance optimization of image loading - inlining pirms 1 gada
palette.bmp Makefile for images. Cleanup. pirms 1 gada
sdcard.py SDCard data loading pirms 1 gada
sdcard_test.py Makefile for images. Cleanup. pirms 1 gada
storage.py SDCard data loading pirms 1 gada
test.py SDCard data loading pirms 1 gada

README.md

Pico ePaper Display

Raspberry Pi Pico drawing random images and quotes from an SDCard onto a 7-color epaper display.

Demo

finished display

Russian CRT TV converted into an eco-friendly epaper photo frame.

Operation

The Pico randomly picks a BMP file along with a random quote (joke) from the SD card and draws it on the epaper display. Then it enters sleep mode, waits for several minutes and repeats the whole process.

It is ok to remove the SD card while the system is powered on. The card is always mounted anew and there is a fallback when some data is not available.

Build

Parts

Construction

  • connect the SDCard module via SPI0 (pins 11, 12, 13, 14, 15)
  • connect the epaper display via SPI1 (pins 16, 17, 18, 19) and pins 8 (DC), 9 (CS), 12 (Reset) and 13 (Busy)

Compile

  1. download some jpg images into the gallery/ folder
  2. run the Makefile via make to convert the images into 7-color bmp files and download a jokes.json file
  3. upload the contents of build/ onto an SD card
  4. flash MicroPython onto the Raspberry Pi Pico
  5. upload the *.py files onto the Pico via Thonny
  6. insert the SDCard into the module
  7. power it up!