tic tac toe works on touch and eink

This commit is contained in:
Adolfo Reyna
2026-01-29 17:16:59 -05:00
parent 372895fa08
commit 435a5caa56
7 changed files with 450 additions and 145 deletions

View File

@@ -88,6 +88,7 @@ target_include_directories(basic1 PRIVATE
target_link_libraries(basic1
hardware_spi
hardware_i2c
pico_multicore
m
)