tyhoff / Clock

A Pebble Smartwatch application called Clock - it's just a clock
11 stars 1 forks source link

Don't use TextLayers for static text #10

Open tyhoff opened 10 years ago

tyhoff commented 10 years ago

In our code, we basically create one text_layer and then re-initialize it multiple times. e.g. for the A,B,C,D on fill_request.

We need to just draw the text on the screen and be done with it.