mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 07:37:24 +00:00
esp-idf: fix gating of experimental feature
Commit 31219223e5
removed the optional,
but didn't remove the default argument
This commit is contained in:
parent
80b59653a2
commit
e2bfb9a513
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
*/
|
||||
void slint_esp_init(slint::PhysicalSize size, esp_lcd_panel_handle_t panel,
|
||||
std::optional<esp_lcd_touch_handle_t> touch,
|
||||
std::span<slint::platform::Rgb565Pixel> buffer1 = {},
|
||||
std::span<slint::platform::Rgb565Pixel> buffer1,
|
||||
std::optional<std::span<slint::platform::Rgb565Pixel>> buffer2 = {}
|
||||
#ifdef SLINT_FEATURE_EXPERIMENTAL
|
||||
,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue