Arduino Menu part 1

preview_player
Показать описание
Arduino tutorial about a LCD menu and making selections with an rotory encoder.

controlling a menu with a rotory encoder on a LCD screen.
Рекомендации по теме
Комментарии
Автор

Did you take a look at the code of the part 2 of this video? The SMD componend does exact where you are asking for. Are you working with a rotory encoder? on a Arduino?

logmaker
Автор

Used KY-040 rotary encoder module and commented out the pullups but doesn't work. Code goes to MENU and nothing else, just stays there even when encoder is rotated.

jeffbluejets
Автор

thank you !! very good explanation wish u could explain more about the smaler working of how the encoder uses the "int bump[] = {0, 0, -1, 1};" code but good job

alistairdrozario
Автор

nice tutorial, i just got problems changing the code to use a I2C display, as i saw that u use now also I2C display's do u have also a sketch for a I2C Display ? Thanks!!!

ThomasReinermallorca
Автор

How do I use it so that the information is ordered?

alejandromurillo
Автор

Hi!Very interesting video!I'm working on a menu and your video is very helpful so I would like to have your code to adapt it in my project but I'm not able to reach codebender.

mickmack
Автор

For some reason it does not work for me.
Only when i double-click it go to "Animal Mode" and then to "COWS are funny..."
one-click and the left/right do nothing .

I checked the encoder module with another example and it works, but with this code, no lack.

dmxsir