RobertWarrenGilmore / stylin-24-7-watch-face

a 24-hour watch face with 12 at the top
0 stars 0 forks source link

Extract the drawing code, options, and pallette. #13

Closed RobertWarrenGilmore closed 3 years ago

RobertWarrenGilmore commented 3 years ago

These things are all currently defined in the watch face class. Ideally the watch face class should manage switching between two pallettes and pass the pallet, the canvas, and the rendering options (including the Calendar/Instant object and the location) to a static method in another class, which draws the image.