launch countdown, pt.1

This commit is contained in:
🪞👃🪞 2024-11-01 16:23:47 +02:00
parent 9a1616904c
commit b8047ab1ef
3 changed files with 12 additions and 14 deletions

View file

@ -15,6 +15,7 @@ submod! {
transport transport_cmd transport_tui transport_snd
}
/// FIXME: use PPQ value from global timebase
pub const PPQ: usize = 96;
pub const CORNERS: CornersTall = CornersTall(CORNERS_STYLE);