Closed GoogleCodeExporter closed 8 years ago
And if you invert it using the keys, it works? The problem comes only with the
rotary encoder used?
Original comment by bson...@gmail.com
on 24 Sep 2012 at 8:49
Indeed, it works with only the keys.
Problem rises if the change is done by the rotary encoder.
Original comment by pbootsma
on 24 Sep 2012 at 8:51
On sky9x..
Original comment by pbootsma
on 24 Sep 2012 at 8:52
In open9x.cpp, function displayWarning would you try replacing:
case EVT_KEY_FIRST(KEY_MENU):
by
case EVT_KEY_FIRST(KEY_MENU):
case EVT_KEY_FIRST(BTN_REa):
case EVT_KEY_FIRST(BTN_REb):
Thanks!
Original comment by bson...@gmail.com
on 24 Sep 2012 at 8:58
Sorry, I meant in menus.cpp
Original comment by bson...@gmail.com
on 24 Sep 2012 at 9:01
Original comment by bson...@gmail.com
on 25 Sep 2012 at 7:41
Original issue reported on code.google.com by
pbootsma
on 24 Sep 2012 at 8:36