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

Function _setBrightness

boards/m5stack-paper-s3/interface.cpp:37–39  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected