esp32 + lcd1661
Posted: Mon Jun 28, 2021 7:18 am
hi every one
I'm working on ESP32 and LCD NOKIA 1661 , library that i had found just work on esp8266
I make some Changes and it work on esp32 but just can show photo on it , I can't write any thing on LCD
and problem is whit library had added in font library like < avr/pgmspace.h> dose not available for esp32
i change < avr/pgmspace.h> whit <pgmspace.h> and i get this error :
undefined reference to `pgm_read_byte'
I'm working on ESP32 and LCD NOKIA 1661 , library that i had found just work on esp8266
I make some Changes and it work on esp32 but just can show photo on it , I can't write any thing on LCD
and problem is whit library had added in font library like < avr/pgmspace.h> dose not available for esp32
i change < avr/pgmspace.h> whit <pgmspace.h> and i get this error :
undefined reference to `pgm_read_byte'