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.
- Host: GitHub
- URL: https://github.com/artyom-poptsov/ch32v003-st7789
- Owner: artyom-poptsov
- License: gpl-3.0
- Created: 2026-06-25T05:22:11.000Z (19 days ago)
- Default Branch: main
- Last Pushed: 2026-06-27T08:35:27.000Z (17 days ago)
- Last Synced: 2026-06-27T10:12:10.186Z (17 days ago)
- Language: C
- Size: 28.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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).