Rare find

Display Driver. A lightweight driver for small screens on tiny computers that doesn't eat up all your memory.

github.com/antirez/ST77xx-pure-MP

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

March 2025
  • Merge pull request #6 from ByCzech/main
  • Added README for lcdcolors.py test tool.
  • Updated README that driver works with ILI947x controllers too.
  • Added simple color test program for setup own LCD
  • Merge branch 'main' of git@github.com:ByCzech/ST77xx-pure-MP.git into…
  • Fixed typo in drawing rectangle w → h
  • Merge pull request #5 from ByCzech/main
  • Fixed drawing rectangle
March 2024
  • Fix ystart handling.
  • Mono to RGB565 conversion all in Viper.
  • Document the mono framebuffer.
  • Mono framebuffer with fast Viper conversion.
  • Add configuration for popular displays.
  • Make CS pin optional.
February 2024
  • Support for optional framebuffer backend.
  • Fix handling of x/y start offset.
  • Copyright notice refreshed.
  • Open image in binary mode.
  • RGB565 images from file supported.
  • README: add missing new method.