Luke Marzen

Results 51 comments of Luke Marzen

Thank you, I am glad to hear you were able to follow the documentation. To address your question, yes. We can change the character set. The current state of this...

Thanks for the suggestion. When I have some time later next week, I will look into integrating support for u8g2.

For now I added the extended ascii character set (5939ad9f699a39d6c38fecee71f03bd5f23b121c). See https://www.ascii-code.com/. Here is an example: "Test: \xE4\xEB" ![IMG_9515](https://user-images.githubusercontent.com/98473324/222981439-14b5b609-a84d-4c70-932d-a32ba308677a.jpeg)

Glad to hear. I would like to have better support for more character sets. I am considering adding the u8g2 library you suggested. Alternatively, I think proper utf-8 support would...

Update: I looked into modifying the adafruit-gfx library to add utf-8 support. It seems this will not work due to flash size limitations. Even just the Basic Multilingual Plane (https://en.wikipedia.org/wiki/Plane_(Unicode))...

The main limitation is that you can only use the set of 255 characters in the extended ascii character set. Unicode, more specifically utf-8 would enable the use of many...

Hi @YouCanNotBeSerious, Sounds like you are understanding everything correctly. You are looking in the right places, most of the logic you are looking for is in main.cpp. > try say...

This appears to be the expected behavior, correct?

If you are having issues with your board connecting to wifi on first wake, are you referring to the first wake after you flashed new code? Particularly when you flash...

You might also try increasing the timeout for the http GET request to openweathermap if you are having issues with it timing out.