- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi!
As I wrote in the subject my LCD doesn't turn off. I've tried to do it by these command:
# include "rgb_lcd.h"
rgb_lcd lcd;
lcd.noDisplay();
Thank's in advance!
Bye
Andrea
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Andrea,
Thanks for contacting us!
We would like to know if when you refer to the RGB LCD doesn't turn off when use lcd.noDisplay, is because after using this function, the RGB backlight continues on. Please help us to clarify this.
We have made a test and when we used the function lcd.noDisplay the LCD turn off, but the RGB backlight continues on, so, in order to turn it off we have set the RGB to 0:
const int colorR = 0;
const int colorG = 0;
const int colorB = 0;
lcd.setRGB(colorR, colorG, colorB);
Hope this information helps, and we'll be waiting for your reply in order to know if this is what you are looking for.
Regards,
-Yermi
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Andrea,
Thanks for contacting us!
We would like to know if when you refer to the RGB LCD doesn't turn off when use lcd.noDisplay, is because after using this function, the RGB backlight continues on. Please help us to clarify this.
We have made a test and when we used the function lcd.noDisplay the LCD turn off, but the RGB backlight continues on, so, in order to turn it off we have set the RGB to 0:
const int colorR = 0;
const int colorG = 0;
const int colorB = 0;
lcd.setRGB(colorR, colorG, colorB);
Hope this information helps, and we'll be waiting for your reply in order to know if this is what you are looking for.
Regards,
-Yermi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Andrea,
We would like to know if you still need assistance in this case.
Regards,
-Yermi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi!
I've solved with your suggestion, I need no more assistance!!! You was very kind and competent, thank you very much!
Bye!
Andrea

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page