Core2ez icon indicating copy to clipboard operation
Core2ez copied to clipboard

Results 13 Core2ez issues
Sort by recently updated
recently updated
newest added

Using build e41325a from 11/5, I get the following non-fatal warning when compiling in PlatformIO, standard compiler settings. M5Core2 is current, not 0.0.1: ``` C:/users/van/.platformio/lib/Core2ez/src/ezSound.h:13:0: warning: "TWO_PI" redefined #define TWO_PI...

ezLabel luxValue = ezLabel(150, 60, 150, 60, "0", THEME_COLORS, NUMONLY7SEG48, EZ_LEFT); ^ That label will not update properly - the segments stay on as it does and eventually become all...

Heelo Rop, I need your help: On my Core2 I have different screens: One showing the current time, another one showing weather conditions and a third one calendar events. On...

I would like to implement music navigation with album art on the Core 2, simply swiping the covers from left to right and have them snap to grid. Like we...

duplicate

Hello Rop, now I come back to your offer - I need help. In my sketch I coded gestures, one button and the three buttons A, B and C like...

With a screen manager, `update()` could refer to output as well as input. For example, you could set the values of all your display controls, then call `update()` to display...

I am trying to set up a form with some different attributes. Nothing's working: ``` #include #include ezLabel label(20, 60, 280, 50, "10000"); int32_t count = 0; void setup() {...

Haven't dug deep yet, but it's clear you have to be careful to set certain values before using windows. I have a window w/ spriteBuffer. When I receive a key...

In M5ez, Canvas was derived from class Print, so one inherited extremely powerful functions like printf. Printf is one of those things that make programming ez, so it should be...

I would like to propose a Usability Test Plan for the Core2ez framework. *Objective*: define a set of progressively complex applications, and implement them with Core2ez. Review each exercise for...