PicoDVI/software/apps/vista-palette
Luke Wren 7423e4d62e Use target_compile_definitions instead of global add_definitions to set DVI_DEFAULT_SERIAL_CONFIG define. Make default PIO instance in common_dvi_pin_configs configurable. 2021-06-17 08:40:31 +01:00
..
scripts New demo app to display 8bpp bitmap images 2021-05-17 08:55:53 +01:00
CMakeLists.txt Use target_compile_definitions instead of global add_definitions to set DVI_DEFAULT_SERIAL_CONFIG define. Make default PIO instance in common_dvi_pin_configs configurable. 2021-06-17 08:40:31 +01:00
README.md New demo app to display 8bpp bitmap images 2021-05-17 08:55:53 +01:00
main.c DEFAULT_DVI_SERIAL_CONFIG -> DVI_DEFAULT_SERIAL_CONFIG 2021-06-16 08:55:05 +01:00

README.md

This example displays 8-bit bitmap images using a 256 colour palette at 1280x720 resolution.

You can create your own image data uf2 to flash to the pico before starting the example using scripts/builduf2. You'll need to have graphicsmagick and uf2conv installed. uf2conv can be found here: https://github.com/microsoft/uf2/blob/master/utils/uf2conv.py