Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiler-error #1

Open
loewal opened this issue Jan 27, 2025 · 1 comment
Open

Compiler-error #1

loewal opened this issue Jan 27, 2025 · 1 comment

Comments

@loewal
Copy link

loewal commented Jan 27, 2025

Hi,
Compiled under Arduino.
This is the result:
/Users/loewal/Arduino/libraries/M5GFX/src/lgfx/v1/platforms/esp32/common.cpp: In member function 'void lgfx::v1::i2c::i2c_temporary_switcher_t::restore()':
/Users/loewal/Arduino/libraries/M5GFX/src/lgfx/v1/platforms/esp32/common.cpp:1612:15: error: '_twowire' was not declared in this scope
if (_twowire) {
^~~~~~~~
/Users/loewal/Arduino/libraries/M5GFX/src/lgfx/v1/platforms/esp32/common.cpp:1612:15: note: suggested alternative: '_tolower'
if (_twowire) {
^~~~~~~~
_tolower

The download from OTA gives a screen with only text and no further response...
"PixelFlow
by 7h....."

Addendum: pressed the btnGO and then the AP worked....
No Wifi-configuration yet...?

Thanks

@7h30th3r0n3
Copy link
Owner

Hi @loewal ! thanks for the test ! Its sound like there is a problem with serial that lock the spiffs, can you try to plug the device on a power only without data ? also yes the web interface should work too, just need to connect to PixelFlow network and join http://192.168.4.1 to get a config portal,

for the error they come from M5GFX, maybe my version is out to date and I use some deprecated things, I'm gonna check which version is used on my side, comeback to you soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants