Skip to content

GUI to upload image on e-paper module of waveshare 5.65inch e-paper module

Notifications You must be signed in to change notification settings

mark-nirdesh/e-paper_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

e-paper_python

Department of Computer Science University of York

Integrating manual to upload images to Wavshare e-paper module.
By Nirdesh Sagathia, MSc Cyber Security October 19, 2022

Hardware Requirements

Software Requirement

Details

  • Enable SSH, VNC and SPI connection from raspi-config command.

  • Install BCM2835 libraries:

    wget http://www.airspayce.com/mikem/bcm2835/bcm2835-1.71.tar.gz tar zxvf bcm2835-1.71.tar.gz
    cd bcm2835-1.71/
    sudo ./configure && sudo make && sudo make check && sudo make install
    
  • Install WiringPi libraries:

    git clone
    cd WiringPi
    ./build
    gpio -v
    
  • Install Python3 libraries:

    sudo apt-get update
    sudo apt-get install python3-pip sudo apt-get install python3-pil sudo pip3 install RPi.GPIO
    sudo pip3 install spidev
    
    
  • Convert any image format to BMP

Go to https://cloudconvert.com/bmp-converter
Upload your image and set the options for Width and Height( i.e. 600x448 pixels).
Download it and save and send it to RPi storage via any medium (USB or VNC file transfer or any other method)
Extract the folder. Go to the dist folder. Open run_me.
Select your desired image(Converted in the above step). Wait till the process is complete.
Hurray!! image is on the colour e-paper module.

Overview of intergration

  1. GUI to upload image on e-paper module of waveshare 5.65inch e-paper module
  2. Go to dist to open the GUI on linux(Rpi).
  3. Select your desire image and upload it on the e-paper module
  4. You can make your custom code for different waveshare e-paper modules.
  5. All codes used are from https://github.com/waveshare/e-Paper https://retailresponsecouk-my.sharepoint.com/:x:/g/personal/nirdesh_sagathia_retail-response_co_uk/Ee4p8X4V5ARMuguqhVl1c8MBsaqvEq-rmBZFjFd_0WEZaA?e=2zfSsJ

About

GUI to upload image on e-paper module of waveshare 5.65inch e-paper module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published