adafruit / Adafruit_LvGL_Glue

“Glue” library between LittlevGL and Adafruit GFX (SPITFT)
Other
35 stars 14 forks source link

Fix initializer order warning. #9

Closed photomoose closed 3 years ago

photomoose commented 3 years ago

The initializer list is not in the same order as the members declared in the class, resulting in a warning (or error) during compilation.

PaintYourDragon commented 3 years ago

Thank you for the fixes! Incrementing release to 2.0.1 in a moment here, once CI finishes.

photomoose commented 3 years ago

@PaintYourDragon No problem! Thank you for the library!