838 {
840 for (int i = 0; i < 5; i++) {
841 Line(i, 4 -
left[i] / 256, i, 4, i * 10);
842 }
843 Copy(0, 0, 4, 4, 5, 0);
844 Copy(0, 0, 4, 4, 10, 0);
845 Copy(0, 0, 14, 4, 0, 5);
846 Copy(0, 0, 14, 4, 0, 10);
849}
void Line(int x0, int y0, int x1, int y1, byte color)
void Copy(byte x0, byte y0, byte x1, byte y1, byte x2, byte y2)