-
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Currently, if we try to use the setTextWrap() method then the code doesn't compile.
As confirmed by the author, this is due to the method not being implemented currently.
Requesting to please implement this method.
/Users/user1/Library/Arduino15/packages/esp32/tools/esp-x32/2405/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld: /Users/user1/Library/Caches/arduino/sketches/2A20F11173EDBA925B56AA966D25A02F/sketch/papers3panel.ino.cpp.o:(.literal._Z4loopv+0x20): undefined reference to `_ZN7FASTEPD11setTextWrapEb'
/Users/user1/Library/Arduino15/packages/esp32/tools/esp-x32/2405/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld: /Users/user1/Library/Caches/arduino/sketches/2A20F11173EDBA925B56AA966D25A02F/sketch/papers3panel.ino.cpp.o: in function `_Z4loopv':
/Users/user1/codes/papers3panel/papers3panel.ino:33:(.text._Z4loopv+0x5a): undefined reference to `_ZN7FASTEPD11setTextWrapEb'
collect2: error: ld returned 1 exit status
Metadata
Metadata
Assignees
Labels
No labels