This PR is a continuation of the work done by TheSchmidt on PR #147 and Julusian's message from the same thread.
New things:
A way to set the color of the touch buttons (using set_key_color). This actually works for the standard keys as well.
A way to set the screen image with (using set_screen_image)
A new example (example_neo.py) that takes advantage of the new features.
Observation:
It seems that the touch buttons from Neo are actually displays as well. You can set an image using the same code from set_key_image (although I don't know the size of the display in order to properly scale the image). This could be used in the future for displaying gradients or anything low with resolution.
This PR is a continuation of the work done by TheSchmidt on PR #147 and Julusian's message from the same thread.
New things:
Observation: It seems that the touch buttons from Neo are actually displays as well. You can set an image using the same code from set_key_image (although I don't know the size of the display in order to properly scale the image). This could be used in the future for displaying gradients or anything low with resolution.
Image: