Hi All,
I'm a complete novice with no programming knowledge and need some help. I'm trying to create a countdown timer to give to my partner, but having issues as no clue what I'm doing. I have a Raspberry Pi with 5" touchscreen, and some kind soul has provided me with the following code using Mathematica.
(* Countdown to 8AM Christmas Morning, for example. *)
Dynamic[ DateDifference[
Now, {2021, 12, 25, 8}, {"Days","Hours","Minutes"} ],
UpdateInterval -> 0.5 ] // Print
The output is only printing the countdown below the above code snippet, where ideally I would like to get timer to display fullscreen using the full real estate the LCD can provide (ideally with a picture behind it if possible).
I've been searching for any information online but I'm either searching the wrong terms or looking in the wrong places. So wondering if anyone here can help.