st7789_mpy icon indicating copy to clipboard operation
st7789_mpy copied to clipboard

'.text' will not fit in region iram1_0_seg

Open 55jr55 opened this issue 3 years ago • 1 comments

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!

55jr55 avatar Dec 06 '21 23:12 55jr55

Did you try https://github.com/devbis/st7789_mpy#overflow-of-iram1_0_seg ?

devbis avatar Dec 07 '21 09:12 devbis