mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-02 04:48:27 +00:00
Janitor: fix doc comment
This commit is contained in:
parent
45976bcf2b
commit
0f8e3b84b7
1 changed files with 2 additions and 2 deletions
|
|
@ -51,8 +51,8 @@ struct SlintPlatformConfiguration
|
|||
std::optional<std::span<slint::platform::Rgb565Pixel>> buffer2 = {};
|
||||
slint::platform::SoftwareRenderer::RenderingRotation rotation =
|
||||
slint::platform::SoftwareRenderer::RenderingRotation::NoRotation;
|
||||
// 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.
|
||||
/// 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.
|
||||
bool color_swap_16 = false;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue