RE: SSD1306 OLED driver
From: Ssagarr Patil <hidden>
Date: 2015-01-13 13:45:37
From: Ssagarr Patil <hidden>
Date: 2015-01-13 13:45:37
Hi Noralf,
quoted
}, 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. Thanks And Regards, --Sagar