** Function: setBrightness ** location: settings.cpp ** set brightness value **********************************************************************/
| 26 | ** set brightness value |
| 27 | **********************************************************************/ |
| 28 | void _setBrightness(uint8_t brightval) { M5.Display.setBrightness(brightval); } |
| 29 | |
| 30 | /*************************************************************************************** |
| 31 | ** Function name: getBattery() |
nothing calls this directly
no outgoing calls
no test coverage detected