Quantcast
Channel: Microcontrollers
Viewing all articles
Browse latest Browse all 226926

Forum Post: RE: CCS/MSP430FR4133: Need help with shorthand definitions for digit select

$
0
0
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;

Viewing all articles
Browse latest Browse all 226926

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>