stanleyhuangyc / MultiLCD

Arduino LCD library supporting multiple types of LCD shields and modules
112 stars 70 forks source link

Function "draw" gives an error at the time of compile #9

Open matinzk opened 10 years ago

matinzk commented 10 years ago

When I try to compile the "lcdhello" example it gives an error as following:

lcdhello:37: error: no matching function for call to 'LCD_SSD1306::draw(const uint8_t [288], int, int, int, int)'

This is for the SSD1306 screen.

Any help is appreciated.

Thanks.