Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lbuque/framebuf2
https://github.com/lbuque/framebuf2
esp32 micropython
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lbuque/framebuf2
- Owner: lbuque
- License: mit
- Created: 2023-01-13T06:09:45.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-28T06:06:20.000Z (over 1 year ago)
- Last Synced: 2024-11-21T10:14:46.949Z (about 2 months ago)
- Topics: esp32, micropython
- Language: Python
- Homepage:
- Size: 540 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# framebuf_plus - Support framebuf for gfx fonts in micropython
## Introduction
Added gfx font support on the basis of [framebuf](https://docs.micropython.org/en/latest/library/framebuf.html).
## Feature
- support gfx fonts
- jpeg image decoding## Tools
For generating gfx fonts, please refer to [fontconvert](tools/README.md)
## TODO
* [] png
* [] rotation
* [] doc