Skip to content

Releases: felixthecat8a/LCD_BacklightRGB

v1.1.9

01 Jan 20:18
Compare
Choose a tag to compare

Updated Examples

  • New example, RGB_LED_Example, demonstrates the use of the library on an RGB LED.
  • The example SimpleExample now demonstrates more default colors and the scaleColor() method.

v1.1.8

27 Dec 20:21
Compare
Choose a tag to compare

Features

  • Documentation has been added.
  • The method scaleColor() has been added to adjust the color based on a scale.

v1.1.7

26 Nov 16:26
f3a38e6
Compare
Choose a tag to compare

Features

  • The method setRGB() now accepts hexadecimal values.

Bugs Fixed

  • Fixed an issue that involves compiling to the arduino-avr-mega platform. (Changed variable PINK to HOTPINK)

v1.1.5

16 Nov 20:11
Compare
Choose a tag to compare

Features:

  • New Methods for default colors: setPink, setOrange, setLimeGreen, setTeal, setSkyBlue & setPurple

v1.1.3

12 Oct 21:10
Compare
Choose a tag to compare

Features:

  • Methods for adjusting brightness: setBrightness
  • Methods for default colors: setRed, setYellow, setGreen, setCyan, setBlue, setMagenta, setWhite & off

v1.0.5

20 Jun 03:14
Compare
Choose a tag to compare

This update includes default color methods: setRed(), setYellow(), setGreen(), setCyan() & setBlue()

v1.0.1

28 May 06:12
Compare
Choose a tag to compare

addressed warnings from GitHub-Actions
corrected info in library.properties