Hi. I'm trying to use Moddable on M5StickC, a new product from M5Stack.
I added new target files.
It can run hello-world example. But when I run commodetto example the display still does not work.
After some debug I've found the original library uses software spi through normal GPIO pins, while Moddable ili9341 driver(ESP32) uses hardware spi.
I guess this is the cause that my setting does not work.
My question here is
- Can Moddable use software spi to drive display or will it be able to as the future plan?
- If not, I'd like to fix it adding the option for sw spi. Do you have any suggestion about the design?
Hi. I'm trying to use Moddable on M5StickC, a new product from M5Stack.
I added new target files.
It can run hello-world example. But when I run commodetto example the display still does not work.
After some debug I've found the original library uses software spi through normal GPIO pins, while Moddable ili9341 driver(ESP32) uses hardware spi.
I guess this is the cause that my setting does not work.
My question here is