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 45976bc commit 0f8e3b8Copy full SHA for 0f8e3b8
api/cpp/esp-idf/slint/include/slint-esp.h
@@ -51,8 +51,8 @@ struct SlintPlatformConfiguration
51
std::optional<std::span<slint::platform::Rgb565Pixel>> buffer2 = {};
52
slint::platform::SoftwareRenderer::RenderingRotation rotation =
53
slint::platform::SoftwareRenderer::RenderingRotation::NoRotation;
54
- // Swap the 2 bytes of RGB 565 pixels before sending to the display. Use this
55
- // if your CPU is little endian but the display expects big-endian.
+ /// Swap the 2 bytes of RGB 565 pixels before sending to the display. Use this
+ /// if your CPU is little endian but the display expects big-endian.
56
bool color_swap_16 = false;
57
};
58
0 commit comments