Re: [PATCH v2 1/2] fbdev: ssd1307fb: add support for Sino Wealth SH1107 controller
From: Helge Deller
Date: Fri Jul 31 2026 - 12:02:16 EST
On 7/31/26 16:45, Jakub Turek wrote:
The SH1107 display controller is very similar to SSD1307 but the mainseries applied.
difference is that SH1107 has different memory layout and uses page mode
adressation only.
The SH1107 relies primarily on vertical page addressing mode where the
internal 128x128 GDDRAM is split into 16 vertical pages, rather than
the horizontal/tile addressing modes natively utilized by the
SSD1306/SSD1307.
Signed-off-by: Jakub Turek <jakub.turek@xxxxxxxxxx>
---
drivers/video/fbdev/ssd1307fb.c | 87 +++++++++++++++++++++++++++++++++++------
1 file changed, 76 insertions(+), 11 deletions(-)
Thanks!
Helge