Rop Gonggrijp

Results 71 comments of Rop Gonggrijp

I guess my thinking was that most people will run something that simply makes no sense until there is a correct time. Blocking things until there is makes sure no...

Sorry for late reply. Whoops, that should indeed be zero then. Will think about the second version of `dateTime` and keep this open for now until the next time I...

`makeTime` is timezone-agnostic on purpose: it just converts between two ways of writing time. So yes, it would represent in UTC. Not sure what the bigger-picture things is you are...

I guess when I wrote this I wanted to make it a replacement for Arduino Time library that didn't have timezones, and I didn't want to break code that uses...

Wow, thanks... I've learned a lot about documentation lately, to be used as Core2ez gets proper documentation. I have a setup that uses doxygen and sphinx/breathe that I have tuned...

Check out [core2ez.m5ez.com](core2ez.m5ez.com), it redirects to Read The Docs, who do all the documentation building. It's more sample documentation than real right now past chapter 2, but have a look.

Have a look at lovyan03/LovyanGFX#105

OK, I will wait to do anything drastic and just play around a bit. Does this also mean we should hold off on documenting? Or is the 'develop' branch much...

Sure. Can you explain briefly about the differences between what's there now and 1.0.0 ?

I think having all the defines etc in a M5ez_config.h file is a good idea. One could try to think of ways for such config to survive library upgrades, but...