- First complete version of firmware. Currently being tested in the rehearsal room
- Added bunch of screens, fonts and images - Added script to read out frame buffer (function currently disabled in Firmware)
This commit is contained in:
@@ -58,8 +58,10 @@ add_executable(Firmware
|
||||
main.c
|
||||
PWM.c
|
||||
UART0.c
|
||||
Convert.c
|
||||
I2C_Master.c
|
||||
USB_Serial.c
|
||||
Serial_Command.c
|
||||
|
||||
Hue.c
|
||||
Easings.c
|
||||
@@ -133,6 +135,7 @@ target_link_libraries(Firmware
|
||||
hardware_clocks
|
||||
hardware_uart
|
||||
pico_multicore
|
||||
pico_rand
|
||||
)
|
||||
|
||||
pico_add_extra_outputs(Firmware)
|
||||
|
||||
Reference in New Issue
Block a user