Skip to content

Commit

Permalink
Update Adafruit_RGBLCDShield.h
Browse files Browse the repository at this point in the history
Delete class  in ->  enum class Color
  • Loading branch information
Dmitry-Chernikov authored Jan 11, 2025
1 parent fe85eab commit b897f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adafruit_RGBLCDShield.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ using namespace arduino; //!< MEGA AVR architecture uses the arduino namespace
/*!
* @brief Enum Color to specify the display backlight color.
*/
enum class Color : uint8_t{
enum Color : uint8_t{
OFF = 0x0,
RED = 0x1,
GREEN = 0x2,
Expand Down

0 comments on commit b897f49

Please sign in to comment.