Jomelo / LCDMenuLib2

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

wrong variable used in LCDML_control ? #9

Closed AndiRuss closed 4 years ago

AndiRuss commented 6 years ago

Line 238: // check encoder status and set control menu if (!a && g_LCDML_CONTROL_encoder_a_prev) { g_LCDML_CONTROL_encoder_t_prev = 1;

I assume following is wrong g_LCDML_CONTROL_encoder_t_prev = 1; better g_LCDML_CONTROL_encoder_a_prev = 1;

Jomelo commented 4 years ago

In the newer version this code is rewritten