Skip to content

v2.2.2

Compare
Choose a tag to compare
@Jomelo Jomelo released this 04 May 06:14
· 40 commits to master since this release
  • add a function to update the menu function directly (for own trigger)
    LCDML.OTHER_updateFunc(void);
    LCDML.loop_menu();

  • add a function to use the new event system with a white mask to allow event groups (this is only in the menu function setup allowed)
    LCDML.FUNC_setCEMask(unsigned long p_mask);

  • change some internal function calling

  • try to remove dead locks with while functions

  • bugfix data type of event mask

  • rename boolean to bool

  • update the examples