Dear all,
I am strugeling with the backlight PWM of my RA8876 display, using pin 14 to 3.3 V than it works that the simple way.
I removed R27 and short R28 as given in documentation the thing is I like to controll the backlight intensity via code.
I tried this already
But the display stays dead I mean dark.
Is there a solution for this or is it not possible?
Best,
Johan
I am strugeling with the backlight PWM of my RA8876 display, using pin 14 to 3.3 V than it works that the simple way.
I removed R27 and short R28 as given in documentation the thing is I like to controll the backlight intensity via code.
I tried this already
Code:
tft.begin(46000000);
tft.backlight(true);
tft.pwm0_Duty(0xFFFF);
But the display stays dead I mean dark.
Is there a solution for this or is it not possible?
Best,
Johan