Lecture 20 Flashcards
Displays
Simple low-power LED
Basic LED (GPIO), resistor needed to limit current supplied
7-segment LED
7 x GPIO signals.
MCU implementation
High-power RGB LED
Microcontroller still outputs TTL digital signal
PWN to control LED brightness
Additional circuitry used to drive LEDs
RGB strip lights
PWM serial interface
REB intensity values for all LEDs are connected on a single wire
Per LED need 24-bits of information.
LCD character display
Parallel GPIO interface.
Write data to display, on every falling edge of E (enable) signal.
Requires specific timing between signal changes.
VGA = Video Graphics Array
640 x 380 pixels.
RGB signal for each pixel is transmitted as analog V, varied over time.
Clock signals used to indicate start of frame, start of line (HSYNC, VSYNC), and indervidual pixels (pixel clock)
HDMI
High-Definition Multimedia Interface
Complicated digital serial interface. Carries video,audio and other data.
Max data rate of 10.46 Gbit/s