lower defautl currents

This commit is contained in:
Tester23
2026-01-05 00:41:56 +01:00
parent 7a547c9c48
commit c49c031358
2 changed files with 4 additions and 4 deletions

View File

@@ -13,8 +13,8 @@
#include "drv_sm2135.h"
static softI2C_t g_softI2C;
static int g_current_setting_cw = SM2135_20MA;
static int g_current_setting_rgb = SM2135_20MA;
static int g_current_setting_cw = SM2135_15MA;
static int g_current_setting_rgb = SM2135_15MA;
float GetRGBCW(float *ar, int index) {
if (index < 0 || index >= 5) {

View File

@@ -18,8 +18,8 @@
#include "drv_sm2235.h"
static softI2C_t g_softI2C;
static int g_cur_RGB = 2;
static int g_cur_CW = 4;
static int g_cur_RGB = 1;
static int g_cur_CW = 2;
void SM2235_Write(float *rgbcw) {
unsigned short cur_col_10[5];