Indentations break the feed.
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2019 / 05 / 16.mkd
blob3aecdfdb1abd6d5e16821d58194b25abfae19f81
1 # 2019/05/16
3 ## 11:51
5 Doing a refactor of the LCDUI code to hopefully make all of it better. I hope
6 that this is the final refactor of it to be honest because it has been
7 rewritten so many times. My goal though is to make it work as much as possible
8 across many applications since the current stuff confuses everything with the
9 sizes and such.
11 ## 12:22
13 Actually I do not believe I need any kind of drawing stuff in all of the
14 widgets because pretty much everything that can be obtained from a displayable
15 and the widgets is effectively accessible. So the widgets themselves need not
16 handle drawing really.