Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

RGB LED Library Release Notes

Provides functions for controlling an RGB LED. This library implements color mixing and brightness control using PWM blocks.

What's Included?

  • API for using PWMs to control an RGB LED
  • Color mixing and brightness control

What Changed?

v1.2.1

  • Fixed issue with potentially uninitialized variables

v1.2.0

  • Migrate all internal function calls to HAL APIs

v1.1.1

  • Minor update for documentation & branding

v1.1.0

  • Update color format form 0x00BBGGRR to 0x00RRGGBB
  • Fixed unnecessary reliance on internal HAL PWM structure members

v1.0.0

  • Initial release

Supported Software and Tools

This version of the RGB LED library was validated for compatibility with the following Software and Tools:

Software and Tools Version
ModusToolbox Software Environment 2.2.1
GCC Compiler 9.3.1
IAR Compiler 8.4
ARM Compiler 6 6.11

Minimum required ModusToolbox Software Environment: v2.0

More information


© Cypress Semiconductor Corporation, 2019-2021.