** Function: setBrightness ** location: settings.cpp ** set brightness value **********************************************************************/
| 39 | ** set brightness value |
| 40 | **********************************************************************/ |
| 41 | void _setBrightness(uint8_t brightval) { M5.Display.setBrightness(brightval); } |
| 42 | |
| 43 | /********************************************************************* |
| 44 | ** Function: InputHandler |
nothing calls this directly
no outgoing calls
no test coverage detected