
pmarkiew
pmarkiew
About
- Username
- pmarkiew
- Joined
- Visits
- 5
- Last Active
- Roles
- Member
Comments
-
Change BACKLIGHT to 2 The pound sign # didn't show up in front of the "define" statement. should be : #define BACKLIGHT 2
-
#define BACKLIGHT 2//In setup()pinMode(BACKLIGHT, OUTPUT); // Initialize backlight pindigitalWrite(BACKLIGHT, LOW); //OffdigitalWrite(BACKLIGHT, HIGH); //On [Help edited into a code block]
-
Thanks for the reply, I am looking to just blank the LCD to prevent any kind of burn in of the display leaving the processor running.