Where does the first value come from?
for (uint8_t j=0; j <=(hora/6) ;j++)
{
setFont(SMALL, 255, 0, 255, 0, 0, 0);
myGLCD.drawPixel((40+j),grafico);
}
Where does the first value come from?
for (uint8_t j=0; j <=(hora/6) ;j++)
{
setFont(SMALL, 255, 0, 255, 0, 0, 0);
myGLCD.drawPixel((40+j),grafico);
}