Vladimír Záhradník

Results 39 issues of Vladimír Záhradník

Hello Dave, While working with the PCF8575 expander, I found out that I need to invert the bit logic, and I think such a support could be easy to add...

enhancement
ready-for-release

![image](https://user-images.githubusercontent.com/4460766/192098619-a1c97f68-23f9-4cdd-9afa-32eec861f83d.png) `AnalogMenuItem` allows to define minimum and maximum value as well as other useful features but it is missing an option to specify increment/decrement step. In most cases, it's fine....

enhancement
generator-ui
arduino

## Support for RS485 on Controllino Maxi/Mega - This PR adds support for RS485 integrated into Controllino Maxi/Mega boards. - These boards use different PINs and different Serial object. Otherwise,...

**Is your feature request related to a problem? Please describe.** ESP32 deprecated EEPROM approach in favor of Preferences library. More information and examples here: https://randomnerdtutorials.com/esp32-save-data-permanently-preferences/ Also, this is discussed in...

Currently, the TcMenuDesigner supports configuring devices (defining addresses) on a single I2C bus. However, some devices may have multiple buses. The code to support multiple busses is already in the...

generator-ui
arduino
xml-plugin

**Describe the bug** Latest TcMenu, version 4.1.2, is not published in PlatformIO registry. **To Reproduce** Check the project page here: https://registry.platformio.org/libraries/davetcc/tcMenu/installation **Expected behavior** Version 4.1.2 is available to install.

tracking-library-issue

This PR adds support for multiple I2C busses. By default, standard `Wire` object will be used. Resolves #10

**Is your feature request related to a problem? Please describe.** In the current implementation, TcMenu resets menu after 30 seconds of inactivity. If a user is in some nested menu,...

enhancement
awaiting-feedback

**Is your feature request related to a problem? Please describe.** PlatformIO registry requires the maintainer to manually push the updates after each release. The release process is different from Arduino...

**Is your feature request related to a problem? Please describe.** TcMenu defines the following enum for the rotary encoder type. ![image](https://github.com/davetcc/tcMenu/assets/4460766/aa9f81d4-4c29-47ad-a28e-c4e3ca68e85b) The plugin in TcMenu Designer, however, doesn't list all...