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:
Ken Van Hoeylandt
2025-03-12 23:45:49 +01:00
committed by GitHub
parent ef410086d9
commit 19521791c5
7 changed files with 34 additions and 84 deletions
@@ -12,7 +12,7 @@ class TouchDevice : public Device {
public:
Type getType() const override { return Type::SdCard; }
Type getType() const override { return Type::Touch; }
virtual bool start(lv_display_t* display) = 0;
virtual bool stop() = 0;