Skip to content

Sample game AVRcanoid on Arduino UNO and TFT 1.8" based on ST7735. How to read framebuffer from ST7735

License

Notifications You must be signed in to change notification settings

vpetryaev/ST7735

Repository files navigation

ST7735

I tried to read frame buffer memory from ST7735 TFT controller. As you can see - succesfuly. This project contains:

  1. ST7735_spi library for fast bidirectional communication with ST7735. Time critical parts writen on AVR assembler.

  2. ST7735_sprite library based on previous ST7735_spi. Driving sprites. Support alpha channel for sprites. Backround, filled by sprite, read from framebuffer and restored, while sprite is moving.

  3. AVRcanoid - sample game, based on old Arcanoid game. Proposed as sample and how to using ST7735 libraries.

If you want to build this project using Arduino IDE, rename ST7735.c to ST7735.ino

https://www.youtube.com/watch?v=4xZhCO-KNBQ

About

Sample game AVRcanoid on Arduino UNO and TFT 1.8" based on ST7735. How to read framebuffer from ST7735

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages