I have been using the SerLCD.h library with my FIOv3, arduinos, and my feather 32u4 lora and all has been fine.
Now I have a feather MO and the example in the library will not compile for this board. Is there another library I should use with the MO to talk to the LCD?
C:\Users\downr\Documents\Arduino\libraries\SparkFun_SerLCD_Arduino_Library\src\SerLCD.cpp: In member function ‘virtual size_t SerLCD::write(uint8_t)’:
C:\Users\downr\Documents\Arduino\libraries\SparkFun_SerLCD_Arduino_Library\src\SerLCD.cpp:395:1: error: no return statement in function returning non-void [-Werror=return-type]
395 | } // write
| ^
cc1plus.exe: some warnings being treated as errors
exit status 1
Error compiling for board Adafruit Feather M0 (SAMD21).