Documentation cleanup

This commit is contained in:
Wayne Venables
2025-08-25 21:53:50 -07:00
parent e416adccf0
commit 9ae2da1b65
2 changed files with 9 additions and 0 deletions

5
CHANGELOG.md Normal file
View File

@@ -0,0 +1,5 @@
# 1.2 (2025-08-23)
* Updated to support Raspberry Pi Pico SDK 2.2.0
# 1.0 (2023-03-11)
* Initial release of picocga-cmake

View File

@@ -3,6 +3,10 @@
## About this Fork
This is a fork of the [PicoVGA project](https://github.com/Panda381/PicoVGA) created by Miroslav Nemecek (Panda38@seznam.cz). It has been altered from the original to use the standard Linux-based Raspberry Pi Pico SDK. The header files have also been altered to support automatically generating the documentation.
This version is compatible with the [Raspberry Pi Pico SDK 2.2.0](https://github.com/raspberrypi/pico-sdk).
* [Change Log](CHANGELOG.md)
## About PicoVGA
The PicoVGA library enables the Raspberry Pico to output to a VGA monitor or PAL/NTSC TV with ease, making it ideal for technical and gaming applications. It provides four graphic overlay layers with transparency and supports nearly 30 frame buffer formats that can be freely combined while using limited RAM memory. The output is limited to 8 bits, which helps to save on RAM.