CYD 4848S040C improvements and more (#245)
4848S040C: - Fix SD card CS pin setting for - Fixes for colour - Implement PwmBacklight driver Other: - Fix for TouchDevice type - Show landscape launcher for square displays
This commit is contained in:
committed by
GitHub
parent
ef410086d9
commit
19521791c5
@@ -6,7 +6,7 @@
|
||||
using namespace tt::hal;
|
||||
|
||||
bool initBoot() {
|
||||
return driver::pwmbacklight::init(GPIO_NUM_2);
|
||||
return driver::pwmbacklight::init(GPIO_NUM_2, 200);
|
||||
}
|
||||
|
||||
const Configuration cyd_8048s043c_config = {
|
||||
|
||||
Reference in New Issue
Block a user