Files
IronOS/source/Core/Drivers
Ben V. Brown 232009bf54 Logo rework (#1232)
!Allows for new logo format that supports animation!
Also moves logos out of repo into their own repo for ease of management.


Changes:
* Remove deprecated logos
* Draft new Bootloader decoder
* Use new logo handler
* Simplify logo code further
* Fix time bug on static images
* Fix exit at end of animation
* Docs
* Interframe delay in 5ms increments
* Quick pass handling empty updates
* Exit at the end _after_ the frame delay
* One final delay
* Fix for overrun of logo data
* Fixes https://github.com/Ralim/IronOS-Meta/issues/7
2022-03-14 09:08:05 +11:00
..
2022-02-06 14:41:49 +11:00
2021-01-17 10:53:49 +11:00
2021-01-17 10:48:52 +11:00
2021-01-17 10:53:49 +11:00
2022-03-14 09:08:05 +11:00
2022-03-14 09:08:05 +11:00
2021-01-17 10:53:49 +11:00
2022-01-19 23:51:46 +01:00
2021-01-17 10:53:49 +11:00
2021-01-17 10:53:49 +11:00
2021-01-17 10:53:49 +11:00
2021-01-17 10:48:52 +11:00
2021-01-17 10:53:49 +11:00
2021-01-17 10:53:49 +11:00
2021-04-27 21:35:07 +10:00
2021-01-17 10:53:49 +11:00
2022-02-05 12:39:40 +11:00
2021-01-17 09:43:55 +11:00
2022-02-12 11:13:41 +11:00
2022-02-12 11:13:41 +11:00
2022-02-12 11:30:03 +11:00
2021-01-17 10:53:49 +11:00
2021-01-17 10:48:52 +11:00
2021-01-17 10:53:49 +11:00
2021-02-24 20:30:36 +11:00
2022-02-06 14:41:52 +11:00
2022-02-06 13:14:53 +11:00
2021-04-28 21:08:42 +10:00
2021-04-28 21:08:42 +10:00
2021-05-04 18:54:09 +10:00

Drivers

Drivers are the classes used to represent physical hardware on the board in a more abstract way, that are more complex than just an IO

  • OLED Display
  • Accelerometers
  • Button handling logic
  • Tip thermo response modelling

All drivers should be written with minimal hardware assumptions, and defer hardware related logic to the BSP folder where possible