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

https://github.com/artyom-poptsov/ch32v003-st7789

ST7789 driver for CH32V003.
https://github.com/artyom-poptsov/ch32v003-st7789

Last synced: 6 days ago
JSON representation

ST7789 driver for CH32V003.

Awesome Lists containing this project

README

          

# CH32V003-ST7789

This is [ST7789](https://www.buydisplay.com/download/ic/ST7789.pdf) library for
[CH32V003](https://www.wch-ic.com/products/CH32V003.html) RISC-V
microcontrollers.

## Requirements

- [ch32fun](https://github.com/cnlohr/ch32fun)

## License

CH32V003-ST7789 is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version. Please see `COPYING` file for the terms of GNU General Public
License.

## Acknowledgements

Some of the ideas that are used in the library implementaiton were taken from
[CH32V003-ST7789-Driver](https://github.com/limingjie/CH32V003-ST7789-Driver)
and [Arduino GFX library](https://github.com/moononournation/Arduino_GFX).