I built the backlight for my LCD using an LED driver. I tested it with LEDs and the LCD(not connected yet with BBB) and it lights up. I connected my LCD to the BBB with http://pastebin.com/8Mh8sRHB this device tree definition in slot 7. My LCD is not working. Not even the backlight. The LCD I used is http://www.lilliputuk.com/uploads/attachments/569GL_LCD.pdf.
On Wednesday, October 2, 2013 12:36:21 AM UTC+8, garyamort wrote: > > On Tuesday, October 1, 2013 2:16:04 AM UTC-4, [email protected] wrote: >> >> Thanks. I will be focusing on the display first. I am thinking of >> separating the dts for the LCD display and the touch screen. Is that ok? >> > > The DTS just defines: > Pins to use and what mode the pin should be configured for > Possibly: some friendly labels to use to label the pins in the sysfs tree > Possibly: a driver to load and some configuration information for the > driver > > As such you can certainly have a separate DTS file for each > function/driver[LCD, Touchscreen, Buttons, etc] > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
