Commit Graph

12 Commits

Author SHA1 Message Date
78905b59f0 allow width and height to have a different number of click points 2025-02-18 11:53:28 +00:00
dcb73c83c0 delete some fonts (I had the wrong resolution set for them so they needed to be redone), and add lower case g-m 2024-09-22 09:25:50 +01:00
4c5df92a0a generate first 5 upper case letters (A-E) 2024-09-20 22:29:06 +01:00
2098a4eda7 add 'numClickPoints' field to app type, and add parameter with same name to
ClickPoints.generate function
2024-09-20 21:33:35 +01:00
0d1ea9444b refactor to allow graph lines to be shown at start up 2024-08-03 06:05:26 +01:00
ee2274ffbc improve generated graph lines, so it aligns perfectly with clickPoints (but there are two 'todo' notes: one when the height is greather than the width, and also the constant vector when the program starts is an empty vector) 2024-08-03 04:40:53 +01:00
57c21448e7 add and improve code to generate graphLines dynamically 2024-08-03 02:31:35 +01:00
a2c499c933 a bit of fiddling to support different resolutions (as long as aspect ratio of window is 1:1) 2024-07-31 14:02:23 +01:00
5525725ef3 add buttonDrawObject and calls to successfully draw button 2024-07-31 08:41:19 +01:00
75b82fd888 a bit of refactoring (move 'graphLines' constant vector to imperative-shell/constants.sml), and get graphLines background drawn to the screen 2024-07-30 11:17:19 +01:00
6d5ce4cbf6 remove unused constant values from constants.sml 2024-07-29 22:54:40 +01:00
319ba58b3e init 2024-07-28 14:22:17 +01:00