From 9ae2da1b65518812695b280b3a77e6e2cc38b9d1 Mon Sep 17 00:00:00 2001 From: Wayne Venables Date: Mon, 25 Aug 2025 21:53:50 -0700 Subject: [PATCH] Documentation cleanup --- CHANGELOG.md | 5 +++++ Readme.md => README.md | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 CHANGELOG.md rename Readme.md => README.md (97%) diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4d4ee2e --- /dev/null +++ b/CHANGELOG.md @@ -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 diff --git a/Readme.md b/README.md similarity index 97% rename from Readme.md rename to README.md index 83b28b7..4d84316 100644 --- a/Readme.md +++ b/README.md @@ -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.