Skip to content

Commit 1015e4f

Browse files
committed
Update Display.cpp
1 parent 6243d2a commit 1015e4f

File tree

1 file changed

+1
-1
lines changed
  • Boards/WaveshareS3TouchLcd128/Source/devices

1 file changed

+1
-1
lines changed

Boards/WaveshareS3TouchLcd128/Source/devices/Display.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ std::shared_ptr<tt::hal::display::DisplayDevice> createDisplay() {
3838
LCD_RGB_ELEMENT_ORDER_BGR
3939
);
4040

41-
//configuration->backlightDutyFunction = driver::pwmbacklight::setBacklightDuty;
41+
configuration->backlightDutyFunction = driver::pwmbacklight::setBacklightDuty;
4242

4343
auto display = std::make_shared<Gc9a01Display>(std::move(configuration));
4444
return std::reinterpret_pointer_cast<tt::hal::display::DisplayDevice>(display);

0 commit comments

Comments
 (0)