Djamal-UK / hagl_pico_vgaboard

HAGL HAL for Raspberry Pi Pico VGA board (scanvideo)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

HAGL HAL for Raspberry Pi Pico VGA board (scanvideo)

License:MIT License


Languages

Language:C 70.7%Language:CMake 21.1%Language:Assembly 8.2%