slint-ui / slint

Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.
https://slint.dev
Other
16.01k stars 526 forks source link

slint-esp: Remove rotation parameter from older slint_esp_init overload #5384

Closed tronical closed 3 weeks ago

tronical commented 3 weeks ago

Commit 88e1a366a305626c5151c5727aa4e29aae71d338 stabilized the rotation support and commit 1378d6e3bc16b4f9ee78d01861fd90190accc79a adds new API to select rotation in the esp-idf integration.

The previous rotation parameter was behind the experimental flag. Now that we have a "cleaner" API, we might as well remove the old experiment in favor of the newer API.