Skip to content

Commit cb369f8

Browse files
authored
Merge pull request #4985 from hmz-rhl/master
[examples] : adding new fancy clock
2 parents 8d319b1 + 3f228f4 commit cb369f8

File tree

5 files changed

+300
-107
lines changed

5 files changed

+300
-107
lines changed

examples/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,8 @@ SHAPES = \
547547
shapes/shapes_rectangle_advanced \
548548
shapes/shapes_rectangle_scaling \
549549
shapes/shapes_splines_drawing \
550-
shapes/shapes_top_down_lights
550+
shapes/shapes_top_down_lights \
551+
shapes/shapes_digital_clock
551552

552553
TEXTURES = \
553554
textures/textures_background_scrolling \

examples/Makefile.Web

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,8 @@ SHAPES = \
429429
shapes/shapes_rectangle_advanced \
430430
shapes/shapes_rectangle_scaling \
431431
shapes/shapes_splines_drawing \
432-
shapes/shapes_top_down_lights
432+
shapes/shapes_top_down_lights \
433+
shapes/shapes_digital_clock
433434

434435
TEXTURES = \
435436
textures/textures_background_scrolling \

0 commit comments

Comments
 (0)