somakeit / smib

1 stars 0 forks source link

Improve DriverRegistry in SMIBHID to match error_handling registry #139

Open sjefferson99 opened 3 weeks ago

sjefferson99 commented 3 weeks ago

Potentially move the DriverRegistry class into the display module and structure it more similarly to the error handling module instead of using a global variable, set up class attributes and methods.

sjefferson99 commented 3 weeks ago

Also address need to import drivers in display module to register them.