------------------------------- LCDAssistant ----------------------------------------------- Pour être compatible avec la fonction membre drawBitmap() héritée de la class ADAFRUIT_GFX il faut entrer des multiples de 8 pour la largeur. void drawBitmap(int16_t x, int16_t y, const uint8_t bitmap[], int16_t w, int16_t h, uint16_t color), drawBitmap(int16_t x, int16_t y, const uint8_t bitmap[], int16_t w, int16_t h, uint16_t color, uint16_t bg), drawBitmap(int16_t x, int16_t y, uint8_t *bitmap, int16_t w, int16_t h, uint16_t color), drawBitmap(int16_t x, int16_t y, uint8_t *bitmap, int16_t w, int16_t h, uint16_t color, uint16_t bg); ------------------------------- Paramétrage ------------------------------------------------- - Horizontal : coché - Width : 88 - Height : 48