I was going to help with the drivers for ST7735 and ST7789V but in searching I see that they're referenced in the "Build config" python code.
Does Espruino have built in support for these (and all the other) LCD screens? https://github.com/espruino/Espruino/blob/master/scripts/build_platform_config.py#L382
Any advice on how to use it? I'd like to show off some code?
@DamianMontero started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I was going to help with the drivers for ST7735 and ST7789V but in searching I see that they're referenced in the "Build config" python code.
Does Espruino have built in support for these (and all the other) LCD screens?
https://github.com/espruino/Espruino/blob/master/scripts/build_platform_config.py#L382
Any advice on how to use it? I'd like to show off some code?