Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By tontito
#15206
andrew melvin wrote:I get this when i try to compile the demo?

any ideas?

Code: Select all/Users/amelvin/git/Arduino/build/Arduino.app/Contents/Java/hardware/tools/esp8266/xtensa-lx106-elf/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld: graphicstest.cpp.elf section `.text' will not fit in region `iram1_0_seg'
collect2: error: ld returned 1 exit status
Error compiling.


https://github.com/esp8266/Arduino/tree ... it_ILI9341
ili9341 library to c:\arduino-1.6.1\hardware\esp8266com\esp8266\libraries

https://github.com/esp8266/Arduino/tree ... raries/SPI
SPI library to c:\arduino-1.6.1\hardware\esp8266com\esp8266\libraries

and compile not error but not working LCD
User avatar
By Ribeiro Santos
#15259 I'm trying to compile the graphicstest example using the https://github.com/esp8266/Arduino/tree ... it_ILI9341 with Arduino IDE, but gives me error: "Adafruit_GFX.h: No such file or directory."

Compile the WIFIScan without errors. What I'm missing?

Thanks,
Ribeiro Santos