MCPcopy Create free account
hub / github.com/bmorcelli/Launcher / _setBrightness

Function _setBrightness

boards/m5stack-dinmeter/interface.cpp:33–33  ·  view source on GitHub ↗

** Function: setBrightness ** location: settings.cpp ** set brightness value **********************************************************************/

Source from the content-addressed store, hash-verified

31** set brightness value
32**********************************************************************/
33void _setBrightness(uint8_t brightval) { M5.Display.setBrightness(brightval); }
34
35/***************************************************************************************
36** Function name: getBattery()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected