neu-rah / ArduinoMenu

Arduino generic menu/interactivity system
GNU Lesser General Public License v2.1
929 stars 189 forks source link

is your library compatible with this LCD Library? #411

Open emaayan opened 1 year ago

emaayan commented 1 year ago

hi... i'm using this library, as it's the only library that can display hebrew charachters https://werner.rothschopf.net/202009_arduino_liquid_crystal_intro.htm

but none of your lcd examples seem to compile because i keep getting missing lcd.h error..

neu-rah commented 1 year ago

hi! Not out of the box, but one can derive the proper output class to do a driver for that library, inspired on the existing LCD driver possibly.

Usually that is that driver file that includes the required library.