Forum Rule: Always post complete source code & details to reproduce any issue!
Results 1 to 5 of 5

Thread: Color LCD Touchscreen Backlight

  1. #1
    Member
    Join Date
    May 2014
    Location
    Colorado Springs
    Posts
    81

    Color LCD Touchscreen Backlight

    Not having seen a schematic of the ILI9341 color LCD module I have a question about its backlight. Does the backlight pin on the display directly drive LED backlight(s) or is there some driver between the pin and the backlight?

  2. #2
    not sure if this will answer your question, but you can "turn on/off" the display with by setting the LED pin to high / low directly. You can also send a PWM signal to the LED pin to control brightness.

  3. #3
    Member
    Join Date
    May 2014
    Location
    Colorado Springs
    Posts
    81
    Quote Originally Posted by KrisKasprzak View Post
    not sure if this will answer your question, but you can "turn on/off" the display with by setting the LED pin to high / low directly. You can also send a PWM signal to the LED pin to control brightness.
    No it doesn't answer my question. My question is is the backlight pin connected directly to the anode of the backlight LED(s) or is it connected to some kind of driver circuit that actually switches the backlight off or on?

  4. #4
    That pin drives a transistor that controls the LED backlight power. Active H to turn backlight on. Can tie to 3.3V or use pull-up to always have on or can use logic control.

  5. #5
    Member
    Join Date
    May 2014
    Location
    Colorado Springs
    Posts
    81
    Quote Originally Posted by KenHahn View Post
    That pin drives a transistor that controls the LED backlight power. Active H to turn backlight on. Can tie to 3.3V or use pull-up to always have on or can use logic control.
    Thank that was what I was hoping for.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •