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