From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ssagarr Patil Date: Wed, 14 Jan 2015 13:51:08 +0000 Subject: RE: SSD1306 OLED driver Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-fbdev@vger.kernel.org Hi Noralf/Geert, >>>> But nothing came up how do I register ? any quick pointer would be helpful. >>> Copy/symlink fbtft.h to include/fbtft.h and do it like this: >>> https://github.com/notro/fbtft/wiki/Build-kernel-and-fbtft-drivers#configure-devices >>> >>> Or use the fbtft_device module: >>> https://github.com/notro/fbtft/wiki/fbtft_device >>> ssd1306 entry: >>> https://github.com/notro/fbtft/blob/master/fbtft_device.c#L272 >>> The values can be set/changed using module arguments. >>> >> Thanks for the pointers that helped! >> >> will the regwidth and buswidth be populated ? >> I am not sure what these two should be set to. > I'm skipping CC'ing the mailinglist as this still is an out-of-tree driver. > I have got the driver working! I am also able to run the fbtest application, but with test10 I do not see 'hello world' pattern. Am I missing something. Thanks & Regards, Sagar