Hi: I'm using the EVM430-FR6043, and I have a question, about modifying LCD function....
I would like the EVM, when it boots up, to have the LCD enabled.
Looking at the attached code snippet, from lcd-statemachine.c , it looks like the lcd starts out in "sleep" mode (I assume the LCD is already Enabled, but in sleep mode)....
I was thinking, if I insert a line of code....line No 292.5.....
g_lcd_statemachine.current_state = 3;
This will, take it out of "sleep mode", and also display dTOF continuously
Would this be a good idea, or is there a better suggestion ?
Any advise would be appreciated,
regards,
Doug