@@ -19,8 +19,8 @@ typedef enum {
1919 SM16825E_CHANNEL_R = 0 , /**< Red channel */
2020 SM16825E_CHANNEL_G , /**< Green channel */
2121 SM16825E_CHANNEL_B , /**< Blue channel */
22- SM16825E_CHANNEL_W , /**< White channel */
23- SM16825E_CHANNEL_Y , /**< Yellow channel */
22+ SM16825E_CHANNEL_W , /**< Cold white channel */
23+ SM16825E_CHANNEL_Y , /**< Warm yellow channel */
2424 SM16825E_CHANNEL_MAX ,
2525} sm16825e_channel_t ;
2626
@@ -32,13 +32,13 @@ typedef enum {
3232 SM16825E_PIN_OUTR = 0 , /**< OUTR pin (Standard pins for red output) */
3333 SM16825E_PIN_OUTG , /**< OUTG pin (Standard pins for green output) */
3434 SM16825E_PIN_OUTB , /**< OUTB pin (Standard pins for blue output) */
35- SM16825E_PIN_OUTW , /**< OUTW pin (Standard pins for white output) */
36- SM16825E_PIN_OUTY , /**< OUTY pin (Standard pins for yellow output) */
35+ SM16825E_PIN_OUTW , /**< OUTW pin (Standard pins for cold white output) */
36+ SM16825E_PIN_OUTY , /**< OUTY pin (Standard pins for warm yellow output) */
3737 SM16825E_PIN_OUT1 = 0 , /**< OUTR pin (Standard pins for red output) */
3838 SM16825E_PIN_OUT2 , /**< OUTG pin (Standard pins for green output) */
3939 SM16825E_PIN_OUT3 , /**< OUTB pin (Standard pins for blue output) */
40- SM16825E_PIN_OUT4 , /**< OUTW pin (Standard pins for white output) */
41- SM16825E_PIN_OUT5 , /**< OUTY pin (Standard pins for yellow output) */
40+ SM16825E_PIN_OUT4 , /**< OUTW pin (Standard pins for cold white output) */
41+ SM16825E_PIN_OUT5 , /**< OUTY pin (Standard pins for warm yellow output) */
4242 SM16825E_PIN_OUT_MAX ,
4343} sm16825e_out_pin_t ;
4444
@@ -83,8 +83,8 @@ esp_err_t sm16825e_regist_channel(sm16825e_channel_t channel, sm16825e_out_pin_t
8383 * @param value_r Output red value (0-255)
8484 * @param value_g Output green value (0-255)
8585 * @param value_b Output blue value (0-255)
86- * @param value_w Output white value (0-255)
87- * @param value_y Output yellow value (0-255)
86+ * @param value_w Output cold white value (0-255)
87+ * @param value_y Output warm yellow value (0-255)
8888 * @return esp_err_t
8989 */
9090esp_err_t sm16825e_set_rgbwy_channel (uint16_t value_r , uint16_t value_g , uint16_t value_b ,
0 commit comments