Arduino package 2.0.0 build error: 'class TwoWire' has no member named 'end'
tobozo opened this issue · comments
tobozo commented
Hi, and thanks for the awesome library !
~/Arduino/libraries/M5GFX/src/lgfx/v1/platforms/esp32/common.cpp:741:16:
error: 'class TwoWire' has no member named 'end'; did you mean 'read'?
twowire->end();
^~~
read
lovyan03 commented
@tobozo
Thanks for the report.
It is a LovyanGFX bug and I will address it as soon as I can fix it there.
tobozo commented
thanks I can confirm the compilation error is gone when using the develop branch