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

Function _setBrightness

boards/m5stack-tab5/interface.cpp:41–41  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

39** set brightness value
40**********************************************************************/
41void _setBrightness(uint8_t brightval) { M5.Display.setBrightness(brightval); }
42
43/*********************************************************************
44** Function: InputHandler

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected