I have updated to this version my core2 with faces keyboard, and the led are bright at 100%. I have not been able to stop them.
otosan-maker
@otosan-maker
Posts made by otosan-maker
-
RE: UIFlow 1.8.9
-
RE: [SOLVED] ATOM LITE + OLED Unit 1.3" 128 × 64 Display
@cepics said in ATOM LITE + OLED Unit 1.3" 128 × 64 Display:
static constexpr const char* text[] = { text0, text1, text2, text3, text4, text5, text6, text7 };
I don´t like it ... please remove it and give a try in the loop with a static string ...
And also, put any serial.println() debug code to see what code are you running
-
RE: [SOLVED] ATOM LITE + OLED Unit 1.3" 128 × 64 Display
why is it not working? Any error code? it is difficult to help you if you give no information.
-
How can I write UTF8 strings in a labet?
Hello, I have developed a small program, and I store some strings in Spanish ... so some strings have UTF8 char. For instance 'salmón' --> b'salm\xc3\xb3n' ...
When I put the variable in the label ... I write 'salmn' :-(
Any ideas?? -
Error with web IDE
Hello I have a new friend and it looks good, but I have a small problem.
I can use USB UIFlow without problems, but when I switch to wifi (web IDE) it shows a message error:
">>> Wait COM.X module connect and stable :) [TX:14 RX:13]"
">>> Wait module stable timeout. Please check module connect :("
But I have no module connected, and I think I have configured wifi ok.
I have checked from RLPT and I can connect to wifi.I send an image ...