** Function: setBrightness ** location: settings.cpp ** set brightness value **********************************************************************/
| 31 | ** set brightness value |
| 32 | **********************************************************************/ |
| 33 | void _setBrightness(uint8_t brightval) { M5.Display.setBrightness(brightval); } |
| 34 | |
| 35 | /*************************************************************************************** |
| 36 | ** Function name: getBattery() |
nothing calls this directly
no outgoing calls
no test coverage detected