Bastelschlumpf / M5PaperWeather

M5Paper project with weather information from openweathermap
116 stars 36 forks source link

Int type of icon arrays #13

Open stevejoung opened 8 months ago

stevejoung commented 8 months ago

Why are the icons of the type const uint8_t in the Icons.h file but the DrawIcons function in the Display.h uses const uint16_t *icon ?