Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lbuque/framebuf2


https://github.com/lbuque/framebuf2

esp32 micropython

Last synced: about 2 months ago
JSON representation

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