M5StickC+ Client only 1/4 display #386
-
Beta Was this translation helpful? Give feedback.
Answered by
commputethis
Jul 26, 2022
Replies: 2 comments 5 replies
-
@MatteoGheza any ideas? Not the first time I’ve seen someone report this. |
Beta Was this translation helpful? Give feedback.
5 replies
-
The challenge is that the same code base (.ino file) supports all the three existing variants of M5StickC so the proper preprocessor flags needs to be defined. This is handled in Arduino IDE by selecting the proper board type. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found what is causing this, but not sure how to fix. I found it when using an M5StickC Plus with a different program. The process to auto-create the files on Github to use with esphome software is using M5StickC.h and not M5StickCPlus.h. It is why we need to set the first line of m5stickc-listener.ino file to a 1 when using the M5StickC Plus. The automated process does not take the different M5StickCs into account. It is only doing it for the non "plus" version.
I'm not sure if I used the correct terminology here, but hope it makes sense.