m5stack / M5GFX

Graphics library for M5Stack series

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduino package 2.0.0 build error: 'class TwoWire' has no member named 'end'

tobozo opened this issue · comments

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

@tobozo
Thanks for the report.
It is a LovyanGFX bug and I will address it as soon as I can fix it there.

@tobozo
Bug fixes were made in the develop branch.

0453041

thanks I can confirm the compilation error is gone when using the develop branch

additional fix for platformio: #34