Seeed-Studio / Grove_LCD_RGB_Backlight

Seeedstudio, Grove - LCD RGB Backlight
MIT License
79 stars 90 forks source link

Fix "undefined reference to vtable" on Teensy3 & Arduino Due #3

Closed PaulStoffregen closed 10 years ago

PaulStoffregen commented 10 years ago

On 32 bit boards, like Arduino Due and Teensy 3.0, this library gives an error: undefined reference to `vtable for rgb_lcd'

The solution is very simple, just add an empty constructor.