issues
search
borb
/
amigahid-pico
Use USB input devices on Amiga computers, using the excellent Raspberry Pi Pico as a USB-to-bitbang adapter.
51
stars
4
forks
source link
Fix compilation on Ubuntu
#24
Closed
reinauer
closed
1 year ago
reinauer
commented
1 year ago
add indicator led position; use pico default (since we use that)
remove older ssd1306 things; prepping for dma code
update with cmake stub from latest pico-sdk
wip dma-driven i2c display; note: blocks for 100ms between ops!
wip isr driven linked list (not quite working)
fix linked list, turn off malloc mutex, tidy
these @todos are redundant now
sample text whilst i work on positioning
use 5x12 pixel font positioned in a 5x16 area, y+2 offset
crlf -> lf
enable all warnings, warnings are errors
unused variable
if ug_wingetarea fails, a.xs/ys will be used uninited
comment unused code (think it can be removed)
dbg counters case for unknown devices
change compile options to definitions for portability
fix mismatching indentation on enum
clang-format these files to match rest of src
c style reformatting hints
stub of check for device presence
repoint display write to a noop when not available
output usb plug & kb data to i2c display
update to current tusb config
Fix compilation on Ubuntu 22.04.2 LTS