lexus2k / ssd1306

Driver for SSD1306, SSD1331, SSD1351, IL9163, ILI9341, ST7735, PCD8544, Nokia 5110 displays running on Arduino/ESP32/Linux (Rasperry) platforms
MIT License
655 stars 125 forks source link

composite_video.c:139:16: error: 'ssd1306_lcd_t' has no member named 'set_mode' #78

Closed aldolo69 closed 5 years ago

aldolo69 commented 5 years ago

Describe the bug

it seem last commit has broken something. my test progs and even demo do not compile anymore due to composite_video.c:139:16: error: 'ssd1306_lcd_t' has no member named 'set_mode'

To Reproduce Steps to reproduce the behavior:

-compile, for example, the ssd1306_demo prog

Please complete the following information:

lexus2k commented 5 years ago

Thank you for reporting the issue. Fixed per ae3339c commit.

lucasromeiro commented 5 years ago

How I can solve this? Is a balada problem for me

lexus2k commented 5 years ago

@lucasromeiro What version do you use? Did you install ssd1306 from Arduino IDE manager or manually?

Can you try 1.7_dev branch or master branch? They should be OK.

lucasromeiro commented 5 years ago

@lucasromeiro What version do you use? Did you install ssd1306 from Arduino IDE manager or manually?

Can you try 1.7_dev branch or master branch? They should be OK.

To solve I had to go back to version 17 17 I will wait for a new version to update with the fix.