Test your knowledge
The Intel Galileo Gen 2 board works as an I2C bus master and allows us to:
Connect many slaves to the I2C bus as long as their have different I2C addresses.
Connect many slaves to the I2C bus as long as their have the same I2C addresses.
Connect a maximum of two slaves to the I2C bus as long as their have different I2C addresses.
A 16x2 LCD module allows us to display:
Two lines of text with 16 characters each.
Sixteen lines of text with 2 characters each.
Sixteen lines of text with 3 characters each.
A 16 grayscale 96-by-96 dot matrix OLED display module allows us to control:
96 lines of text with 96 characters each.
A single line with 96 dots or 96 characters, based on how we configure the OLED display.
9,216 dots (96*96).
A 16 grayscale 96-by-96 dot matrix OLED display with an 8-by-8 character box allows us to display:
96 lines of text with 96 characters each: 96 columns and 96 rows.
16 lines of text with 16 characters each: 16 columns and 16 rows.
12 lines of text with 12 characters...