The Neko kitty program can run on other CircuitPython devices too! For any device with a built-in display and touch overlay you can run the project code as-is. If your device doesn't have a built-in touch overlay there is a variable to disable the touch functionality. Be sure to set USE_TOUCH_OVERLAY
to False
as shown below:
# whether to use a touch overlay USE_TOUCH_OVERLAY = False
Page last edited March 08, 2024
Text editor powered by tinymce.