m5stack / M5Stack_MicroPython

MicroPython for ESP32 with psRAM support
Other
230 stars 53 forks source link

Combo button support #13

Open operationflash opened 4 years ago

operationflash commented 4 years ago

Is there an equivelent of the btn.multiBtnCb(btnA,btnC,dubugCombo_wasPressed) function, as found in UIFlow? I could not find it and using this function directly doesn't work. I tried a few combinations but couldnt find a buildin function for it. Otherwise building it is not a problem, but was wondering if it was supported out of the box.