JoyC won't work with newer M5StickCPlus
-
I bought two M5StickCPlus to use with JoyC and BugC...but the JoyC program won't compile on M5StickCPlus.
I cannot use them, I do not want to order an old one. When will this be addressed by M5Stack? -
Hello @teastain
getting it to compile is probably as easy as replacing
#include <M5StickC.h>
with#include <M5StickCPlus.h>
. The bigger issue is the larger screen size which will need to be adapted properly. If and when M5Stack engineers will fix that I have no idea. Sorry.Thanks
Felix