Created SH1107 driver for quantum painter (#24724)

Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
This commit is contained in:
Steve Storck 2025-02-16 16:41:07 -05:00 committed by GitHub
parent 164b7331c3
commit c00b0c5bc9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 339 additions and 0 deletions

View file

@ -19,6 +19,7 @@ enum {
+ (GC9107_NUM_DEVICES) // GC9107
+ (SSD1351_NUM_DEVICES) // SSD1351
+ (SH1106_NUM_DEVICES) // SH1106
+ (SH1107_NUM_DEVICES) // SH1107
+ (LD7032_NUM_DEVICES) // LD7032
};