esp8266-oled-ssd1306-font-creator
esp8266-oled-ssd1306-font-creator copied to clipboard
Warnings on Arduino ide for ESP8266
I am getting these warnings with fonts created by this tool. It does compile and seems to work but these errors should not be there.
sketch/font.h:458:1: warning: narrowing conversion of '285' from 'int' to 'const uint8_t {aka const unsigned char}' inside { } [-Wnarrowing] };
sketch/font.h:458:1: warning: large integer implicitly truncated to unsigned type [-Woverflow] sketch/font.h:458:1: warning: narrowing conversion of '270' from 'int' to 'const uint8_t {aka const unsigned char}' inside { } [-Wnarrowing] sketch/font.h:458:1: warning: large integer implicitly truncated to unsigned type [-Woverflow]