Re: [PATCH v4] video: fbdev: ssd1307fb: Added support to Column offset
From: Rob Herring <robh@kernel.org>
Date: 2020-07-27 20:40:21
Also in:
linux-devicetree, lkml
From: Rob Herring <robh@kernel.org>
Date: 2020-07-27 20:40:21
Also in:
linux-devicetree, lkml
On Fri, 24 Jul 2020 17:22:18 -0300, Rodrigo Alencar wrote:
This patch provides support for displays like VGM128064B0W10, which requires a column offset of 2, i.e., its segments starts in SEG2 and ends in SEG129. Signed-off-by: Rodrigo Alencar <redacted> --- Documentation/devicetree/bindings/display/ssd1307fb.txt | 1 + drivers/video/fbdev/ssd1307fb.c | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-)
Acked-by: Rob Herring <robh@kernel.org>