Re: [PATCH v2] video: fbdev: ssd1307fb: Added support to Column offset
From: Rodrigo Alencar <hidden>
Date: 2020-05-13 17:20:36
Also in:
linux-devicetree, lkml
From: Rodrigo Alencar <hidden>
Date: 2020-05-13 17:20:36
Also in:
linux-devicetree, lkml
Em qua., 13 de mai. de 2020 Ã s 14:13, Andy Shevchenko [off-list ref] escreveu:
On Wed, May 13, 2020 at 7:56 PM Rodrigo Rolim Mendes de Alencar [off-list ref] wrote:quoted
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.Also, include Rob as well into Cc. ...quoted
+ if (device_property_read_u32(node, "solomon,col-offset", &par->col_offset)) + par->col_offset = 0; + if (device_property_read_u32(dev, "solomon,com-offset", &par->com_offset)) par->com_offset = 0;Have you ever compile it?
hmm I did it now. Sorry... found another issue. I'll fix it again
-- With Best Regards, Andy Shevchenko