diff --git a/firmware/BeanCounter_V10/BeanCounter_V10.ino b/firmware/BeanCounter_V10/BeanCounter_V10.ino index 1d9a4bb..70e8feb 100644 --- a/firmware/BeanCounter_V10/BeanCounter_V10.ino +++ b/firmware/BeanCounter_V10/BeanCounter_V10.ino @@ -126,7 +126,7 @@ byte numPos[10] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; // LED states to display a '6' const byte segLUT[10] = { 0b01110111, - 0b00100100, + 0b00010010, 0b01011101, 0b01011011, 0b00111010,