From dc59f812eedc39c0e764a19519aeb88856992d12 Mon Sep 17 00:00:00 2001 From: Philip J Freeman Date: Sat, 6 Aug 2022 09:40:11 -0700 Subject: modules/spokes: add spokes module This module started out as a way to test a line drawing algorithm, but ended up looking interesting enough to include as a module of it's own. #ZephyrCommit #BirdwalkCommit --- src/til.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/til.c') diff --git a/src/til.c b/src/til.c index 18733d9..709aabb 100644 --- a/src/til.c +++ b/src/til.c @@ -53,6 +53,7 @@ extern til_module_t shapes_module; extern til_module_t signals_module; extern til_module_t snow_module; extern til_module_t sparkler_module; +extern til_module_t spokes_module; extern til_module_t spiro_module; extern til_module_t stars_module; extern til_module_t strobe_module; @@ -97,6 +98,7 @@ static const til_module_t *modules[] = { &snow_module, &sparkler_module, &spiro_module, + &spokes_module, &stars_module, &strobe_module, &stub_module, -- cgit v1.2.1