mirror of
https://github.com/laanwj/k210-sdk-stuff.git
synced 2024-11-23 01:46:19 +04:00
e86d5c5f75
This mimics the way the Kendryte SDK does things—it is better because the MMIO based SPI tends to sometimes lose synchonization when the CPU doesn't keep up providing data fast enough. |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
Cargo.toml | ||
README.md |
rgbcontrol
Control the color of the RGB LED from the touch screen.
Displays a HSV color picker and sets sets the color of the LED based on the position that is touched, with the intensity derived from the touch pressure.
Exercises the PWM functionality. Channel 1-3 of TIMER0 are assigned to the R, G and B pins.