19-05-2025, 11:09 AM
J'avais a l'epoque modifier dans le code mais je pense qu'il y a un multiplicateur a present
dans Graphique.ino
voir ligne en vert
......
//Watt graphique couleur
tft.setTextDatum(TL_DATUM);
switch (choixAffi) {
case 0: //Barre Bichrome
tft.drawFastHLine(0, 97, Wmax, C16disp_Ligne);
if (LastW > 0) {
WX = floor(LastW * Wmax / 6000); //Max conso 12kW
WX = min(WX, Wmax);
dans Graphique.ino
voir ligne en vert
......
//Watt graphique couleur
tft.setTextDatum(TL_DATUM);
switch (choixAffi) {
case 0: //Barre Bichrome
tft.drawFastHLine(0, 97, Wmax, C16disp_Ligne);
if (LastW > 0) {
WX = floor(LastW * Wmax / 6000); //Max conso 12kW
WX = min(WX, Wmax);