Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Exercise 10: A TFT Display and the ST7735 display controllerIntroduction | ||||||||
Line: 20 to 20 | ||||||||
![]() | ||||||||
Changed: | ||||||||
< < | Exercise 3: Graphical User Interface (GUI) elements from nanogui | |||||||
> > | Exercise 3: Graphical User Interface (GUI) elements from nanogui | |||||||
Create 2 meters, one for temperature (0..50) and one for humidity (0..100). Generate dummy temperature and humidity values and display them in the meters. | ||||||||
Line: 32 to 32 | ||||||||
Create a plot of a damped oscillator
![]() | ||||||||
Changed: | ||||||||
< < | Exercise 5: A new GUI element (bonus point) | |||||||
> > | Exercise 5: A new GUI element (bonus point) | |||||||
Changed: | ||||||||
< < | Create a voltmeter application to measure voltages. You will need a new Scale GUI element similar to the nanogui Dial, but designed by yourself, which displays the voltage read from an ADC. Values to be displayed must range from 0 to 5V. The photo below shows the voltmeter, reading a voltage of 1V. | |||||||
> > | Create a voltmeter application to measure voltages. You will need a new Scale GUI element similar to the nanogui Dial, but designed by yourself, which displays the voltage read from an ADC. Values to be displayed must range from 0 to 5V. The photo below shows the voltmeter, reading a voltage of 1V. | |||||||
![]() Exercise 6: Super Mario, a bit of a challenge! |