Search found 2 matches
- Sun Jun 07, 2020 7:08 pm
- Forum: General Discussion
- Topic: Low Memory Backbuffer for SPI Screens
- Replies: 1
- Views: 2357
Low Memory Backbuffer for SPI Screens
Initially I posted this in the Arduino forum and forgot about it, but I just saw a post in another topic and didn't want to reply there off-topic so I'll paste it here instead: BTW: My vote is more DMA RAM, enougth to run dual buffered resonable display (320x240, 8 bit colour) with Wifi n BTE. 74*2K...
- Sat Dec 07, 2019 5:40 pm
- Forum: General Discussion
- Topic: Super fast SPI screen updates, alpha blending, antialiasing
- Replies: 0
- Views: 2514
Super fast SPI screen updates, alpha blending, antialiasing
I uploaded some time ago a library that I've been working on: https://github.com/jeanlemotan/jlm-back-buffer. It's meant to be used on top of the Adafruit GFX lib and should work with any SPI display supported by the adafruit lib. It allows very fast screen refresh rates with zero flicker and config...