Move section

This commit is contained in:
Wayne Venables
2023-03-11 21:16:49 -08:00
parent f40ce3a6b0
commit d73282723e

View File

@@ -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.