Giter Club home page Giter Club logo

ili9341_esp32's Introduction

ILI9341_ESP32

A fast driver for displays with ILI9341 controller to be used with an ESP32.

The ESP32 can transfer 64Bytes at once to the SPI bus instead of sending byte for byte. This driver takes usage of that.

This driver is a work in progress. It will provide an interface fully compatible to Adafruits ILI9341 and GFX library.

Expect changes and additions regularly.

You want to help? Great.

Any help is welcome. At the moment the most important thing to do is to check if everything is pixel-correct. If you find a bug or think that there are things that can be done smarter, faster or smaller, let me know.

Speed comparison

Benchmark this driver this driver with HAL-Locks disabled Adafruits driver with disabled HAL-Locks and HW-SPI
Screen Fill 189280 104626 (faster) 662772 (slower)
Text 70418 12330 (faster) 51971 (faster)
Lines 665410 105083 (faster) 511414 (faster)
Horz/Vert Lines 21896 9329 (faster) 55201 (slower)
Rectangles (outline) 17355 6336 (faster) 35831 (slower)
Rectangles (filled) 395414 217453 (faster) 1376127 (slower)
Circles (filled) 312178 66635 (faster) 235643 (faster)
Circles (outline) 675115 100625 (faster) 223025 (faster)
Triangles (outline) 147280 32708 (faster) 162235 (slower)
Triangles (filled) 303023 91075 (faster) 470071 (slower)
Rounded Rects (outline) 185902 30606 (faster) 91688 (faster)
Rounded Rects (filled) 512880 250357 (faster) 1513809 (slower)

ili9341_esp32's People

Contributors

elfallino avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.