I use those little color displays. So far, I've only used them on Arduino Nano boards. I just got into ESP32 and want to be able to connect these displays. I notice in your video, that there seems to be corruption along the left side and top (areas with lit pixels that shouldn't be). I realize that this may be due to the libraries, so I'm wondering if now, a year+ later, if that issue is cleaned up? With the nanos, the displays works perfectly and I usually draw a colored line/box around the display (top, bottom, right left). There are no issues with unwanted pixels lit. So I wonder if this is fixed for the ESP32 and those displays.
Thanks, great video, I was looking for new screens to do some projects with. And also thanks for sharing the codes. ☺ Still a lot of issues trying to make it work.
I recently a lilygo t-wristband which houses an esp32 and small SPI tft of the same resolution, with an RTC to boot! I’m working on re-housing the unit into a thin watch and I’ll need to know how to do all of this :P
it would help alot if you were to ad a schematic . i think i can see what you did . If i were to use a different board, it would help alot. thank you for the good work.
thank you for your videos, I have a problem with the same model with running on esp8266 nodemcu, can you make a video and wich pins for SPI, cuz i have a madness for plugging wrong spi pins on esp8266, or tell me how can i connect this oled on esp8266 nodemcu and esp8266 mod
sorry , i dont own esp8266 anymore. I think pins are not problem , you need to edit tft_espi library and set your pins. Also i am not sure this example will work on 8266
@@VolosProjects Thank you for your reply, also your code for Internet Clock in esp32 give me an error. what is the problem? i had copy also the NTP client Library to the folder in libraries, and no way, not working!!!
Great, I have a question I would like to ask, how can I combine multiple .c files with converted hexadecimal digits into one .h file, your animation is more than 100 frames, one by one is a waste of time, if you Please answer me if you can see it. Many thanks!
have the same problem. in the ani.h file Esp32Clock\ani.h:1:1: error: stray '\273' in program Esp32Clock\ani.h:1:1: error: stray '\277' in program Error when compiling. By copying the all the codes and paste it back in, I can upload it, but the screen is still black.
Okay guys, I got it You need to change the storage format of the ani.h file to UFT-8, the target was UFT-8-BOM. You can do this for example in notepad ++ Remember!!!: Tools->Port-> ... Works nicely
@@grzeniuxx Thanks for the info. for those like me, to change the UFT-8-BOM to TFT-8 its this. Choose "save as" at the bottom of the screen. This shows you, its saving as UFT-8-BOM, click the down arrow to select UFT-8.. Hope that helps newbies like me. All I need now is to change the display to show the date as Day-Month not Month-Day. 😮 (working on it)
Down loaded this yesterday 18/01/2024, all worked. Ran it today 19/01/2024 and get error: 'class NTPClient' has no member named 'getFormattedDate' looking in NTPClient and noticed that is correct. Amended as suggested to getFormattedTime Whats happening? I suppose this was uploaded years ago, things change.
@@VolosProjects I got the same error can u help me? I also have all the files from github In file included from .. Esp32Clock\Esp32Clock.ino:6: .. Esp32Clock\ani.h:1:1: error: stray '\357' in program int frames=151; ^ .. Esp32Clock\ani.h:1:2: error: stray '\273' in program int frames=151; ^ .. Esp32Clock\ani.h:1:3: error: stray '\277' in program int frames=151; ^ exit status 1 Compilation error: stray '\357' in program