5 Ok so, I am going to work on the LCDUI since I am in a vehicle on a long trip
6 and it would be very distracting, so nothing important related to the JIT.
7 My current task is to setup the native display classes which would be much
8 easier to implement. There is just only going to be a single native display
9 which is used to derive elements from. Well, effectively there is just a
10 display, but all widgets will be associated with the `Display`. This way
11 there is no cross linking between classes. Basically there is a global
12 `Display` field which has the native display used to create native widget