We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6243d2a commit 1015e4fCopy full SHA for 1015e4f
Boards/WaveshareS3TouchLcd128/Source/devices/Display.cpp
@@ -38,7 +38,7 @@ std::shared_ptr<tt::hal::display::DisplayDevice> createDisplay() {
38
LCD_RGB_ELEMENT_ORDER_BGR
39
);
40
41
- //configuration->backlightDutyFunction = driver::pwmbacklight::setBacklightDuty;
+ configuration->backlightDutyFunction = driver::pwmbacklight::setBacklightDuty;
42
43
auto display = std::make_shared<Gc9a01Display>(std::move(configuration));
44
return std::reinterpret_pointer_cast<tt::hal::display::DisplayDevice>(display);
0 commit comments