Skip to content

alpsayin/micropython-esp32-wrover-lcd

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 11 commits ahead of 20after4:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ESP32-WROVER LCD Display Driver for MicroPython

This is a fork of the fork of the Adafruit Display drivers for MicroPython. Only a couple of minor changes were made to adapt the Adafruit driver to work with the LCD on the Espressif ESP32-WROVER kit (v3). And I've made some other changes to make it work with v4.1. Things like display being in portrait mode and color setting being in BGR rather than RGB. And most notably a bugfix that prevented writing row blocks.

Original fork here: https://github.com/20after4/micropython-esp32-wrover-lcd

Example code is included in example.py.

Tested with MicroPython esp32spiram-idf4-20200422-v1.12-388-g388d419ba.bin. Get the latest firmware from http://micropython.org/download#esp32

Read the docs (probaly the original docs of the Adafruit driver)

Documentation -partially- available at http://micropython-rgb.readthedocs.io/

About

MicroPython library for the ESP32-WROVER LCD Display

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%