Skip to content

Commit 56381df

Browse files
committed
more
1 parent 77aef7f commit 56381df

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

lvgl-sys/build/config.rs

+14-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,20 @@ pub struct LvConfig {
105105
vsnprintf: String,
106106
sprintf_use_float: bool,
107107
use_user_data: bool,
108-
108+
enable_gc: bool,
109+
gc_include: String,
110+
big_endian_system: bool,
111+
attribute_tick_inc: Option<String>,
112+
attribute_timer_handler: Option<String>,
113+
attribute_flush_ready: Option<String>,
114+
attribute_mem_align_size: u32,
115+
attribute_mem_align: Option<String>,
116+
attribute_large_const: Option<String>,
117+
attribute_large_ram_array: Option<String>,
118+
attribute_fast_mem: Option<String>,
119+
attribute_dma: Option<String>,
120+
export_const_int: u8, //FIXME
121+
use_large_coord: bool,
109122
}
110123

111124
pub struct DrvConfig {

0 commit comments

Comments
 (0)