Initial publish

Dependencies:   mbed

Fork of el17dg by Dmitrijs Griskovs

Embed: (wiki syntax)

« Back to documentation index

Settings Class Reference

Settings Class Reference

Settings Class. More...

#include <settings.h>

Public Member Functions

 Settings ()
 A constructor for the Tutorial's page number.
bool updateAndWriteSettings ()
 Allows to change contrast and brightness of the screen by using a knob.

Detailed Description

Settings Class.

describes the Settings.

Author:
Dmitrijs Griskovs
Date:
15/04/2019

Definition at line 10 of file settings.h.


Constructor & Destructor Documentation

Settings (  )

A constructor for the Tutorial's page number.

Definition at line 9 of file settings.cpp.


Member Function Documentation

bool updateAndWriteSettings (  )

Allows to change contrast and brightness of the screen by using a knob.

Updates and draws the text and the percentage bar. Allows to choose the level of contrast and screen brightness.

Definition at line 16 of file settings.cpp.