jonblack / arduino-menusystem

Arduino library for implementing a menu system
MIT License
194 stars 85 forks source link

Arduinio DUE / ms.back & ms.select . #53

Closed muluyilmaz closed 7 years ago

muluyilmaz commented 7 years ago

Hi ;

There is some error at ms.back and ms. select at DUE .

I calll ms.back with keypad escape key. if I am at root menu and call ms.back code stops and freeze also same at ms. select if the slected item subroutine is empty . after both ms.back and ms.select I call ms.display.

I checked your code ms.back section and ms.select section .

it seems you took care of it by if current menu is root menu return false .

Can not understand why my DUE is freezing. Same code at Mega works perfect.

Any suggestion please ..

Thanks.

jonblack commented 7 years ago

Thanks for reporting the issue. Without a code sample it's hard for me to help. Could you provide a small example that demonstrates the problem? Have you tried the example programs as well? If it freezes with those as well it'll be easier to help.

jonblack commented 7 years ago

No response so closing. If you still need help with this, please re-open and comment.