Skip to content
Snippets Groups Projects
Commit 2077f3ec authored by schneider's avatar schneider
Browse files

fix(display): Increase freq of backlight to 1 kHz

parent fe9d5edf
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ void lcd_write(uint8_t *data, int size)
// Parameters for PWM output
#define PORT_PWM PORT_0 // port
#define PIN_PWM PIN_28 // pin
#define FREQ 200 // (Hz)
#define FREQ 1000 // (Hz)
#define PWM_TIMER MXC_TMR4 // must change PORT_PWM and PIN_PWM if changed
void DEV_Set_BL(uint16_t _Value)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment