You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the instructions in README.md and using the docker container build instructions (docker run --rm -v $HOME:$HOME -u $UID -w $PWD larsks/esp-open-sdk ...), I'm able to build micropython without your ST7789 module. When I include the module:
cd ports/esp8266
docker run --rm -v $HOME:$HOME -u $UID -w $PWD larsks/esp-open-sdk make V=1 USER_C_MODULES=/Users/john/p3.9.0a4/st7789_mpy/ all
I get the 'will not fit' error. Is there a way to work around this by excluding other modules?
Thanks!
The text was updated successfully, but these errors were encountered:
Using the instructions in README.md and using the docker container build instructions (docker run --rm -v $HOME:$HOME -u $UID -w $PWD larsks/esp-open-sdk ...), I'm able to build micropython without your ST7789 module. When I include the module:
cd ports/esp8266
docker run --rm -v $HOME:$HOME -u $UID -w $PWD larsks/esp-open-sdk make V=1 USER_C_MODULES=/Users/john/p3.9.0a4/st7789_mpy/ all
I get the 'will not fit' error. Is there a way to work around this by excluding other modules?
Thanks!
The text was updated successfully, but these errors were encountered: