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

This guide was first published on Feb 01, 2022. It was last updated on Jan 26, 2022.

This page (Other Devices) was last updated on Jan 27, 2022.

Text editor powered by tinymce.