On 6 January 2012 00:16, Jean-Louis Biasini <jlbias...@gmail.com> wrote: > Hi, > Best Regards, > > Jean-Louis Biasini > >
The biggest issue with PLA is that quite a few of the plugins use the same button loop for their menus and their actual game button handling. That makes PLA unusable because buttons will work completly differently in those contexts. If you *really* want to do this then go ahead, but it is mostly boring and error prone work. Of couse, if you want to do this why not update individual plugins properly to updated APIs? i.e many don't use the multi-screen API at all (they use rb.lcd_put*() directly). There there is the whole Mr Someone's TODO list if you're looking for something else to work on :)