You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\Users\pc235\Documents\Arduino\libraries\SparkFun_Micro_OLED_Arduino_Library\src\SFE_MicroOLED.cpp:628:9: warning: comparison is always false due to limited range of data type [-Wtype-limits]
if ((x < 0) || (x >= LCDWIDTH) || (y < 0) || (y >= LCDHEIGHT))
C:\Users\pc235\Documents\Arduino\libraries\SparkFun_Micro_OLED_Arduino_Library\src\SFE_MicroOLED.cpp:628:39: warning: comparison is always false due to limited range of data type [-Wtype-limits]
if ((x < 0) || (x >= LCDWIDTH) || (y < 0) || (y >= LCDHEIGHT))
Check library and examples for compiler warnings reported by NES
The text was updated successfully, but these errors were encountered: