robweber / omni-epd

An EPD (electronic paper display) class abstraction to simplify communications across multiple display types.
GNU General Public License v3.0
77 stars 16 forks source link

Simplify Object Inheritance #15

Closed robweber closed 3 years ago

robweber commented 3 years ago

There is a lot of duplicate code in some of the display classes - especially for the waveshare objects. This doesn't add any additional functionality but just reorganizes the code base to try and get rid of some of the duplication. Main points: