diff --git a/Readme.md b/Readme.md index 306ba28..d2e0bc3 100644 --- a/Readme.md +++ b/Readme.md @@ -26,6 +26,12 @@ The RP2040 processor has 264 KB of RAM, which is insufficient for higher resolut * The library uses the 2nd core of the processor, the 1st core is reserved for the main program * Additional PWM audio output (not required) +## Documentaton + +View the complete PicoVGA documentation by clicking the link below: + +* [PicoVGA CMake Documentation](https://codaris.github.io/picovga-cmake/) + ## Examples and Tutorials To learn about installing and building the library and the examples, check out the **Getting Started** section in the documentation: @@ -44,12 +50,6 @@ For more information on connecting the Pico to a VGA display, check out the **Co * [Connections](https://codaris.github.io/picovga-cmake/connections) -## Documentaton - -View the complete PicoVGA documentation by clicking the link below: - -* [PicoVGA CMake Documentation](https://codaris.github.io/picovga-cmake/) - ## License terms The PicoVGA library source code and the PicoVGA library sample programs are freely available for further use and modifications. This does not apply to certain graphics and sounds (such as the sounds in Pac-Man) and scene definitions in Sokoban, as these are subject to third party copyrights and may be subject to different distribution terms.