Documentation cleanup
This commit is contained in:
5
CHANGELOG.md
Normal file
5
CHANGELOG.md
Normal 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
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user