Skip to content

COLORADIO-Project/st7735-lcd-doublebuffering-async

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

st7735-lcd-doublebuffering-async

This is a library for LCD TFT Displays ST7735 with double buffering using embedded-hal-async, uses alloc for buffers allocations. Designed for powerful MCUs like ESP32 This library only works with embedded_graphics. Based on st7735-lcd-rs and st7735-lcd-doublebuffering.

Features

  • Double Buffering: Smooth updates without screen flicker, ensuring high-quality display performance.
  • No Low-Level Control: Focused on high-level buffered drawing, without low-level pixel manipulation or display control (no plans for low-level support).
  • Uses embedded-hal-async.

About

Double buffered ST7735 TFT driver.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 100.0%