Click here to Skip to main content
15,890,123 members
Articles / Internet of Things

High Performance Batching w/ GFX

Rate me:
Please Sign up or sign in to vote.
4.80/5 (3 votes)
25 Apr 2022MIT4 min read 4.3K   23   3  
Use batching to increase performance during complex rendering operations.
With GFX, when you need to render a rectangle of highly varied pixels, such as a gradient, or other pattern, you can use batching to dramatically increase performance and smooth your draws. This project demonstrates asynchronous batching on an ESP32 with an ILI9341.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
United States United States
Just a shiny lil monster. Casts spells in C++. Mostly harmless.

Comments and Discussions