MatthewColvin
|
efa2d4a137
|
Rework Mains so they are basically as identical as possible.
Create HardwareFactory which is responsible for providing the HardwareAbstract to any part of the program based on compiler defines
|
2023-10-15 08:24:29 -05:00 |
|
MatthewColvin
|
99787a69f2
|
added initial wifi settings page
currently can scan for networks and
show them but clicking does nothing.
|
2023-10-15 00:24:07 -05:00 |
|
MatthewColvin
|
5d0533c18a
|
Add system setting and add a timeout dropdown
|
2023-10-12 22:21:27 -05:00 |
|
MatthewColvin
|
8d54d37978
|
Implement DropDown core widget using
templates to simplify creation and handling of
of data related to dropdowns
|
2023-10-12 21:13:04 -05:00 |
|
MatthewColvin
|
c7f9482e0a
|
Create Base Implementation of OnShow and OnHide that notify all owned elements of their shown status
Update OnShow and OnHide to be aware of current set visibility.
|
2023-10-12 18:40:07 -05:00 |
|
Matthew Colvin
|
7d68cce6ad
|
Add start stop event handling in UIElement
Add demo page to get play logic out of settings page.
Add a demo page and a Settings page to the home screen.
|
2023-10-12 15:25:42 -05:00 |
|
MatthewColvin
|
0a397706af
|
added ability to adjust brightness slider height easily
|
2023-10-12 15:25:32 -05:00 |
|
Matthew Colvin
|
04fd9781ed
|
Working on making a brightness slider that can be reused easily
piping around IDS to correct places
|
2023-10-12 15:25:23 -05:00 |
|
Matthew Colvin
|
442d0b0dad
|
move some pages that are specific out of the "core" folder
|
2023-10-12 15:25:15 -05:00 |
|