Simpler org, soft link libdvi folder instead of each file

This commit is contained in:
Phillip Burgess 2023-01-11 17:08:19 -08:00 committed by ladyada
parent 314d52624e
commit f9fe03db61
17 changed files with 3 additions and 15 deletions

View file

@ -5,7 +5,7 @@
PicoDVI display(320, 240, VREG_VOLTAGE_1_20, dvi_timing_640x480p_60hz, pimoroni_demo_hdmi_cfg);
#define PAUSE 3000 // Delay (millisecondss) between examples
#define PAUSE 2000 // Delay (millisecondss) between examples
uint8_t rotate = 0; // Current screen orientation (0-3)
#if !defined(CORNER_RADIUS)

View file

@ -2,7 +2,7 @@
#include "pico/stdlib.h" // In Pico SDK
#include "hardware/vreg.h" // In Pico SDK
#include "dvi.h"
#include "libdvi/dvi.h"
#include "../software/include/common_dvi_pin_configs.h"
#include <Adafruit_GFX.h>

View file

@ -1 +0,0 @@
../software/libdvi/dvi.c

View file

@ -1 +0,0 @@
../software/libdvi/dvi.h

View file

@ -1 +0,0 @@
../software/libdvi/dvi_config_defs.h

View file

@ -1 +0,0 @@
../software/libdvi/dvi_serialiser.c

View file

@ -1 +0,0 @@
../software/libdvi/dvi_serialiser.h

View file

@ -1 +0,0 @@
../software/libdvi/dvi_timing.c

View file

@ -1 +0,0 @@
../software/libdvi/dvi_timing.h

1
src/libdvi Symbolic link
View file

@ -0,0 +1 @@
../software/libdvi

View file

@ -1 +0,0 @@
../software/libdvi/tmds_encode.S

View file

@ -1 +0,0 @@
../software/libdvi/tmds_encode.c

View file

@ -1 +0,0 @@
../software/libdvi/tmds_encode.h

View file

@ -1 +0,0 @@
../software/libdvi/tmds_table.h

View file

@ -1 +0,0 @@
../software/libdvi/tmds_table_fullres.h

View file

@ -1 +0,0 @@
../software/libdvi/util_queue_u32_inline.h