common: Add the display module.
[gps-watch.git] / src / common / lib.rs
index c3b23bf5da5883a8d773c9d1afbc10272bcb2e84..b6a08c71904f78ae5a812fe611ae144e6893e3cd 100644 (file)
@@ -36,6 +36,8 @@ pub mod watchdog;
 pub mod crc32;
 pub mod buffer;
 pub mod usb_serial;
+pub mod screen;
+pub mod display;
 
 use core::panic::PanicInfo;