They are LCDMEM indexes: $ grep pos1 * StopWatchMode.c: showChar((*Minutes) / 10 + '0',pos1); StopWatchMode.c: showChar((*Hours) / 10 + '0',pos1); TempSensorMode.c: LCDMEM[pos1+1] |= 0x04; hal_LCD.c: showChar(buffer[0], pos1); hal_LCD.c: LCDMEMW[pos1/2] = 0; hal_LCD.h:#define pos1 4 /* Digit A1 - L4 */ main.c: LCDMEM[pos1] = LCDMEM[pos1+1] = i;
↧