prinThor 0.0.3

The highly reliable but not necessarily functional 3D Printer firmware
1
2
3
4
5
6
7
8
#[cfg(feature = "with-lvgl")]
pub mod lvgl_ui;

//#[cfg(not(feature = "with-lvgl"))]
pub mod eg_ui;

pub type MainUI = eg_ui::EmbeddedGraphicsUI;