Modification of the M5Stack library for Arduino
-
Good evening everyone,
Can we modify the M5Stack (Arduino) library to operate an LCD type ST7789V or other LCD in place of the Ili9341 or the Ili9342C ?If so would you have an example?
Fred
-
The LCD support in M5Stack Arduino is itself a derivative of TFT_eSPI available on GitHub. If it's not specifically for an M5Stack Core/Basic/Gray, start with TFT_eSPI and work with its templates for the LCD of your choice.
-
Hi casascius,
In fact I have a code where we call on the TFT_eSPI library and the M5Stack library which draw measurement instruments, here is an extract:#include <m5stack.h>
#include <gaugewidgets.h>
#include <free_fonts.h>It works with an IL9341 but not the others, I modified the TFT_eSPI library but without result ...
-
-
I already tried but without any results, i have a ST7789V, with the TFT_SPI library it works well but not with the M5Stack library....