Skip to content

Releases: felixthecat8a/LCD_BacklightRGB

v1.6.3

09 Nov 22:16
2cc8f9c

Choose a tag to compare

Gamma Correction

New Method: setGamma()

  • Enables smoother, more natural color transitions and balanced brightness levels.

  • To Enable: backlight.setGamma(true);

  • Pass false to disable gamma correction if linear output is preferred.

v1.5.7

15 Jul 00:09

Choose a tag to compare

ESP32 Dual-Core Compatibility

Dual Support for ESP32 Arduino Core 2.x and 3.x

Automatically detects ESP32 Arduino core version and selects the correct PWM method:

  • Uses ledcSetup + ledcAttachPin for Core 2.x

  • Uses ledcAttach(pin, freq, res) for Core 3.x+

v1.5.5

25 May 00:39

Choose a tag to compare

v1.5.5

v1.5.3

19 Apr 03:29

Choose a tag to compare

🎨 New Feature: setCMYK()

*All values are between 0.0 and 1.0
*Internally converts to RGB and sets the backlight color

v1.3.0

20 Feb 02:36

Choose a tag to compare

new set HSV Methods

  • BacklightRGB now includes setHSV() method.
  • Improved color wheel method in BacklightCW.

A Personal Note

This release is dedicated to my aunt, Rafaela Garza, whose support has always been a guiding light.

v1.1.9

01 Jan 20:18

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

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

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

Choose a tag to compare

Features:

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

v1.1.3

12 Oct 21:10

Choose a tag to compare

Features:

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