Skip to content

Commit

Permalink
Update BlynkGO_LCD.h
Browse files Browse the repository at this point in the history
  • Loading branch information
BlynkGO committed Mar 1, 2024
1 parent 205d9e1 commit 995f96a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils/BlynkGO_LCD/BlynkGO_LCD.h
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ class BlynkGO_LCD : public Arduino_RPi_DPI_RGBPanel {
_light_instance.init(0); // ระมัดระวังจะมองไม่เห็นได้ ให้มาเปิดตรงนี้
#else
pinMode(TFT_BL, OUTPUT);
digitalWrite(TFT_BL, HIGH);
// digitalWrite(TFT_BL, HIGH);
digitalWrite(TFT_BL, LOW); // ระมัดระวังจะมองไม่เห็นได้ ให้มาเปิดตรงนี้
#endif // TFT_BL_PWM == 1
#endif TFT_BL != -1

Expand Down

0 comments on commit 995f96a

Please sign in to comment.