MCPcopy Create free account
hub / github.com/BruceDevices/firmware / _setBrightness

Function _setBrightness

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

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

Source from the content-addressed store, hash-verified

26** set brightness value
27**********************************************************************/
28void _setBrightness(uint8_t brightval) { M5.Display.setBrightness(brightval); }
29
30/***************************************************************************************
31** Function name: getBattery()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected