UT2UH
UT2UH
Thanks a lot! It works! Just checked with the example from my PR - now seconds counter keeps going while BL is off in inactivity... )
@antimix, you always change and check _inactive in parellel with _backlight_off. Any special reason to keep two vars?
You can write color managers functions like this and call them as advanced function from main menu at menu item's selection press. You can also add callingMenu->pick(); to find the...
@tcpipchip - can you share LOM204 docs? And the price/availability as well. I will add its support both to the core fork and RadioHead.
> let me know if you need more info about LOM204... Do you have MCU-SX1276 pinout?
> About RadioHead fork, can you make it compatible with STM32 ARDUINO GITHUB ? Sorry, no. I use RadioHead but only with this core.
> have you done some gateway with RADIOHEAD on STM32 ? Wifi, ethernet, GSM, etc Sorry, no.
Another attempt to combine M5Stack/M5Core/M5StickC+ cores - [M5StX](https://github.com/UT2UH/M5Stack/tree/M5StX). Includes @ropg M5Touch, M5Sound (unmerged) and updated TFT_eSPI with M5_Font_Creator support and unified LcdBrightness and PowerOFF control. Made mostly for my own...
@richonguzman, please look at this project to get the tool: [https://github.com/ropg/ezTime?tab=readme-ov-file#timezones-1](url)
@S57PNX, serial KISS port is shared with Serial port used to debug. This serial KISS output contaminated with debug Serial.print() output from all around the project code and may be...