/hagl_pico_vgaboard

HAGL HAL for Raspberry Pi Pico VGA board (scanvideo)

Primary LanguageCMIT LicenseMIT

hagl_pico_vgaboard

This is an HAGL HAL for Raspberry Pi Pico VGA board (based on scanvideo).

This follows discussions on Raspberrry Pi forum Understanding Pico VGA Code and CMakelists?, including:

Build Instructions

CMakeLists.txt is inspired by:

pico-sdk and pico-extras from Raspberry Pi Foundation are required.

To start with the project, do:

git clone https://github.com/CHiPs44/hagl_pico_vgaboard.git
cd hagl_pico_vgaboard
cd example
mkdir build
cd build
cmake ..
make

License(s?)

The MIT License (MIT). Please see LICENSE for more information.

There's a mix with BSD 3 Clause that should be sorted out ASAP, but IANAL.

CHiPs44.

EOF