Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
alli_264371
Level 4
Level 4
25 replies posted 10 replies posted 10 questions asked

I put the device into sleep mode and turn off the LCD power to save current. After that, initialization does not work anymore, only a reset.
I tried to loop the program with goto start and the LCD only works the first time.
If I use reset instead of "goto" the LCD works every time.


I cannot confirm email and add messages due to a bug on your site, the email section is not active
0 Likes
1 Solution
MotooTanaka
Level 9
Level 9
Distributor - Marubun (Japan)
First comment on blog Beta tester First comment on KBA

Hi,

LCD_Start() initializes the component only once.

How about calling

LCD_Init() ;

LCD_Enable() ;

instead of LCD_Start() ?

moto

 

View solution in original post

0 Likes
2 Replies
MotooTanaka
Level 9
Level 9
Distributor - Marubun (Japan)
First comment on blog Beta tester First comment on KBA

Hi,

LCD_Start() initializes the component only once.

How about calling

LCD_Init() ;

LCD_Enable() ;

instead of LCD_Start() ?

moto

 

0 Likes

Thanks, now it works


I cannot confirm email and add messages due to a bug on your site, the email section is not active