Lecture 20 Flashcards

Displays

1
Q

Simple low-power LED

A

Basic LED (GPIO), resistor needed to limit current supplied

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

7-segment LED

A

7 x GPIO signals.

MCU implementation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

High-power RGB LED

A

Microcontroller still outputs TTL digital signal
PWN to control LED brightness
Additional circuitry used to drive LEDs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

RGB strip lights

A

PWM serial interface
REB intensity values for all LEDs are connected on a single wire
Per LED need 24-bits of information.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

LCD character display

A

Parallel GPIO interface.
Write data to display, on every falling edge of E (enable) signal.
Requires specific timing between signal changes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

VGA = Video Graphics Array

A

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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

HDMI

High-Definition Multimedia Interface

A

Complicated digital serial interface. Carries video,audio and other data.
Max data rate of 10.46 Gbit/s

How well did you know this?
1
Not at all
2
3
4
5
Perfectly