After some time, I update project "mini clock" with DHT sensor, schematic is now
Because, I realize in original program I haven't all characters I need, I "reverse engineer"-ing file with characters using Hexadecimal to Binary Converter to made new charactes:
So, character are vertical and from up to down. so I design my characters:
Now, my character file has new characters 😆
For not be problems, I remane my file as and put near original file
After some search and study I can put easy decimal point, so, using HT1621_test4.ino sketch, on display is a random hour clock with animated seconds indicator (between hour and minutes)
Using mini_clock_1_2.ino sketch now you can see data and if alarm is activate by pushing second button (if alarm is deactivate, on screen not apear text with them). I made matrix mini clock with alarm movie when you can see how clock work
I discover that development boar has 2 built-in leds, one at GPIO0 and one at GPIO27 (while om net is mentioned just GPIO27), so I change the sketch to use this leds and to invert logical level because leds are connected thru resistors at +3,3V not GND.
Changed sketch is ESP32_WebServer.ino and you can upload in ESP32 development board after follow steps from article Installing the ESP32 Board in Arduino IDE (Windows instructions).
After upload my sketch, in serial monitor it appear IP adress for local WebServer
First, both leds are off
but after you push virtual button from webserver named GPIO0 led will lit (upper button)
and after push botton button (GPIO27) apropriate led will lit
To have just GPIO27 led lit, must pust on GPIO0 button