Hello,
I am trying to use a color picker for use in a ESP8226 in the Ardunio environment.
My setup is using the Ardunio environment to write the program and then for every function or web page,
it calls a .h web page file to display the new page. It works well. One of these pages does the RGB lighting.
The .h file used for the color picker is called Mood.h
Once loaded into the ESP8226 along with the main program, I can run it without any problems using a PC.
I click on the color picker and it loads a color selection menu. Everything works. I have attached the picture of it.
The problem is when I try to run it on a IPHONE. The Color Picker does not come up. The Color Selection does not load the Color Menu with different colors (color picker.jpg).
Does anyone have any ideas why?
Is there any examples I can use for a color picker. It can be any type.
I am also attaching the Mood.h file. I am not sure if you need the main Ardunio program. But let me know if you like to see it and I will included.
Thank you for your time.
By
Mood.h (1.11 KB)