You are reading a single comment by @Mark_M and its replies. Click here to read the full conversation.
  • Currently I just want to draw a color box on top of an "Color" item.

    But I posted the exact code you need to do that (which even works with the old menu system without modification) earlier in this thread at http://forum.espruino.com/conversations/­372830/?offset=25#16394848

    Why can't you just use that? When you drag up/down on the Bangle.js 2 the menu system has to redraw the menu items at the top/bottom every frame - having extra rendering calls in there (even the check) adds overhead which will slow the experience down for everyone, all the time.

  • Ok. I see. I thought the scrolling is done as a whole bitmap shifting.
    Thanks for the example.

About

Avatar for Mark_M @Mark_M started