M5GFX icon indicating copy to clipboard operation
M5GFX copied to clipboard

Graphics library for M5Stack series

Results 15 M5GFX issues
Sort by recently updated
recently updated
newest added

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 =...