diff --git a/nrf5/examples/game2048.py b/nrf5/examples/game2048.py index 2533dc06de..4bf5b170a3 100644 --- a/nrf5/examples/game2048.py +++ b/nrf5/examples/game2048.py @@ -87,6 +87,10 @@ font_2048 = [ "xxx x x x" ] +font_4096 = [ + "x" +] + DIR_UP = const(0x1) DIR_DOWN = const(0x2) DIR_LEFT = const(0x3)