Because of the Thanksgiving holiday in the U.S., TI E2E™ design support forum responses may be delayed from November 25 through December 2. Thank you for your patience.

This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TLC6983: maximum Brightness

Part Number: TLC6983

Hello,

We are using one TLC6896 to drive a 48x16 monocolor red led matrix. In our schematic we use 6.8k for Rref. We want to achieve 20 mA output current. I am attaching our list of parameters that we are currently using. The problem we encountered is that the costumer wants a higher intensity. Are the below settings for the register correct to get 20mA per channel?

#define _FC0_2 ((MOD_SIZE_1 | GRP_DLY_B_0 | GRP_DLY_G_0 | GRP_DLY_R_0) >> 32) & 0xFFFF
#define _FC0_1 ((FREQ_MUL__7 | FREQ_MOD__0 | SUBP_NUM__128 | SCAN_NUM__16) >> 16) & 0xFFFF
#define _FC0_0 ((LODRM_EN_0 | PSP_MOD_0 | PS_EN_0 | PDC_EN_0 | CHIP_NUM__1)) & 0xFFFF

#define _FC1_2 ((BLK_ADJ_0 | LINE_SWT__480 | LG_ENH_B_15 | LG_ENH_G_15) >> 32) & 0xFFFF
#define _FC1_1 ((LG_ENH_G_15 | LG_ENH_R_15 | LG_STEP_B__1 | LG_STEP_G__1) >> 16) & 0xFFFF
#define _FC1_0 ((LG_STEP_G__1 | LG_STEP_R__1 | SEG_LENGTH__1024)) & 0xFFFF

#define _FC2_2 ((SUBP_MAX_256_0 | CH_B_IMMUNITY_1 | CH_G_IMMUNITY_1 | CH_R_IMMUNITY_1 | LG_COLOR_B__16) >> 32) & 0xFFFF
#define _FC2_1 ((LG_COLOR_G__16 | LG_COLOR_R__16 | DE_COUPLE1_B__1 | DE_COUPLE1_G__1) >> 16) & 0xFFFF
#define _FC2_0 ((DE_COUPLE1_R__1 | V_PDC_B__0V1 | V_PDC_G__0V1 | V_PDC_R__0V1)) & 0xFFFF

#define _FC3_2 ((LSDVTH_B__0V2 | LSDVTH_G__0V2 | LSDVTH_R__0V2 | LSD_RM__8 | BC_7) >> 32) & 0xFFFF
#define _FC3_1 ((CC_B_255 | CC_G_255) >> 16) & 0xFFFF
#define _FC3_0 ((CC_R_255)) & 0xFFFF

#define _FC4_2 ((DE_COUPLE3_EN_0 | DE_COUPLE3__9 | DE_COUPLE2_0 | FIRST_LINE_DIM__1 | LG_CAURSE_B_0 | LG_CAURSE_G_0 | LG_CAURSE_R_0) >> 32) & 0xFFFF
#define _FC4_1 ((SR_ON_B_3 | SR_ON_G_3 | SR_ON_R_3 | SR_OFF_B_1 | SR_OFF_G_1 | SR_OFF_R_1 | LG_FINE_B_0 | LG_FINE_G_0 | LG_FINE_R_0) >> 16) & 0xFFFF
#define _FC4_0 ((SCAN_REV_1 | IMAX_1)) & 0xFFFF