Jomelo / LCDMenuLib2

Create a tree menu. Use it with different lcd types / console output / ssh console.
MIT License
249 stars 47 forks source link

Inverted def on buttons keypad #4

Closed lalo-uy closed 6 years ago

lalo-uy commented 6 years ago

If used with independent buttons (LCDML_CONTROL_cfg = 2 ), the comnent and default value are inverted

now is :

define _LCDML_CONTROL_digital_low_active 0 // (0 = low active (pullup), 1 = high active (pulldown) button

shuld be:

define _LCDML_CONTROL_digital_low_active 1 // (1 = low active (pullup), 0 = high active (pulldown) button

Jomelo commented 6 years ago

Fixed with 1.0.2