Simple guide that walks you through the steps to install the Osoyoo LCD drivers on RaspiBlitz.


Osoyoo 3.5 inch LCD


  1. SSH into your RaspiBlitz i.e.
    ssh admin@192.168.0.247
    
  2. Change directory to home
    cd ~
    
  3. Clone the driver github repo
    git clone https://github.com/kedei/LCD_driver.git
    
  4. Change permissions on diver directory to permit all
    chmod -R 777 LCD_driver
    
  5. Change directory to LCD_driver
    cd LCD_driver
    
  6. Install the drivers
    sudo ./LCD35_show
    

At this point, the RaspiBlitz will restart. When comes back up, the screen should come up as well.

References

Parts

As an Amazon Associate I earn from qualifying purchases.