How can I make Fading in any seconds?

I am working on a project called nokiaphone_simulated (Cause no GPRS/GMS With IMEI board)
Components (no sd card included!)
Nokia 5110 Screen
Count of Nokia 3310 buttons (Made me think the this thing cause splash)
Other Nokia 3310 stuff like that.
Code: (unfinished need help in fading)

#include <LCD5110_Graph.h>

LCD5110 nokiaLCD(8,9,10,11,12);

void setup() {
  nokiaLCD.InitLCD();
  Serial.begin(9600);
}

void loop() {
   if (Serial.read("notify") {
    
   }
}

Not sure what you expect from this. Have you looked at what read does on the Serial instance?

For your question you probably need to provide way more information… you should How to get the best out of this forum and post accordingly.

readed serial.read but helped me like 5%

Now read the other link and come back with more information like your exact circuit and power supply, links to components, more explanations on what you are really trying to achieve etc…

At this stage we can only tell you that The proverbial crystal ball is still in the dishwasher...

Your post helped us to understand your problem. Like 5%.

Maybe you could explain the problem in your first language, then use Google translate?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.