Open
Description
Is your feature request related to a problem? Please describe.
I have this adafruit 128x64 OLED with buttons, and it uses SH1107 driver, not SSD1306 which is what is currently supported in the [v2 Four Line Display & ALT](https://github.com/atuline/WLED/tree/master/usermods/usermod_v2_four_line_display_ALT] user mod. Trying to dig into the code, looks like if I can find the right constructor I can simply add a new type, and create a U8X8 and it Should Work(tm).
Looks like U8X8_SH1107_64X128_SW_I2C
and U8X8_SH1107_64X128_HW_I2C
are what I need. Unfortun
Describe the solution you'd like
Add support for the Adafruit SH1107 4-line OLED with buttons https://www.adafruit.com/product/4650