Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update generator #191

Merged
merged 11 commits into from
Jan 18, 2025
Prev Previous commit
Next Next commit
label: Comment out get_recolor interface
C47D committed Jan 17, 2025
commit 30be7036b83e648e2b336c3a7190ef2cefdda5b0
4 changes: 4 additions & 0 deletions lvgl/src/widgets/label.rs
Original file line number Diff line number Diff line change
@@ -41,4 +41,8 @@ impl Label<'_> {
pub fn get_long_mode(&self) -> u8 {
unsafe { lvgl_sys::lv_label_get_long_mode(self.raw().as_ref()) }
}

// pub fn get_recolor(&self) -> bool {
// unsafe { lvgl_sys::lv_label_get_recolor(self.raw().as_ref()) }
// }
}