M5GFX
M5GFX copied to clipboard
Graphics library for M5Stack series
I know that QOI is not already a standard, and an IANA type for that new image format is on the way. But it has a great potential especially for...
I have it some example who work it good with Atom Lite Display HDMI, and now after update of library, I have many errors and cannot compile.. :( what was...
how can I use fillRoundRect (x,x,x,x,x) (like in tft_espi, in M5GFX ? if I write, no error on compile, but also no result in display drawing
on my M5Dial, Using LittleFS, Suddenly this error occurs. `.pio/libdeps/esp32/M5GFX/src/lgfx/v1/LGFXBase.hpp:920:23: error: cannot declare variable 'file' to be of abstract type 'lgfx::v1::DataWrapperT' ` before then, this program normally runs.
### 修正点 QRコード規格では、コード周辺に 4 セル以上の余白が必要とされています。 参考: https://www.qrcode.com/howto/code.html qrcode 関数に引数 bool mergin (default false) を追加し、旧来のコードに影響を与えず、マージンを追加する機構を追加しました。 ```cpp void qrcode(const char *string, int32_t x = -1, int32_t y = -1, int32_t width =...
When using esp-idf 5.4, if your project already use I2C with the new driver, you will run into error at runtime (the project compiles fine). Reading the m5gfx code helped...
Hi, I am trying to get my AtomDisplay HDMI working without success. The factory demo worked fine. I have tried the basic example but I get nothing. The odd thing...
Hi, I tried to get this .ino to work, but it crashes: `#include #include #include const int tft_x_px= 960; const int tft_y_px= 540; M5GFX display; M5Canvas canvas(&display); void setup(void) {...
Hello, I know that SD library is not included in m5unified/m5gfx. I tried: SD.begin(4, SPI, 25000000); on my m5paper and SD.begin(47, SPI, 25000000); on my new m5paperS3, but nothing worked....
has someone experiance, how can I use the power button from my m5paperS3 as homebutton. e.g. short press, use a home for my on screen menue long press (e.g. 3seconds),...