Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

example code does not compile #7

Open
DaleSchultz opened this issue Feb 8, 2019 · 1 comment
Open

example code does not compile #7

DaleSchultz opened this issue Feb 8, 2019 · 1 comment

Comments

@DaleSchultz
Copy link

supplied example no longer compiles.

C:\Ard\libraries\ESP8266_SSD1322\ESP8266_SSD1322.cpp: In member function 'void ESP8266_SSD1322::fastDrawBitmap(int16_t, int16_t, const uint8_t*, int16_t, int16_t, uint8_t)':

C:\Ard\libraries\ESP8266_SSD1322\ESP8266_SSD1322.cpp:879:59: error: no matching function for call to 'min(int, int16_t&)'

register uint16_t hInRows = min(SSD1322_LCDHEIGHT - y, h);

@CuriousTimo
Copy link
Contributor

CuriousTimo commented Jan 10, 2020

I made a pull request to fix this: #9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants