You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good day, recently i have decidet to start with a new project whear i will be trying to up my code from beginner to advanced beginner. And already hit a wall, i am using Platform Io to code Esp32 i have one screen set up and working using examples. However i have created a options.h file that is seposed to overide some of the definitions in User_Setup.h, but it does not i have blank display till i eddit User_Setup.h manually. Is thear a way to fix my code to overide User_Setup.h, my plan is to have 2 displays and SdCard module on same spi lines if possible. The displays that i will be using is a 4" st7796 with touch removed as touch screen cracked but display stil works and the other display is 1.8" st7789. My options.h file looks as follows:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Good day, recently i have decidet to start with a new project whear i will be trying to up my code from beginner to advanced beginner. And already hit a wall, i am using Platform Io to code Esp32 i have one screen set up and working using examples. However i have created a options.h file that is seposed to overide some of the definitions in User_Setup.h, but it does not i have blank display till i eddit User_Setup.h manually. Is thear a way to fix my code to overide User_Setup.h, my plan is to have 2 displays and SdCard module on same spi lines if possible. The displays that i will be using is a 4" st7796 with touch removed as touch screen cracked but display stil works and the other display is 1.8" st7789. My options.h file looks as follows:
And main.cpp as follows:
/
Any help wil be gratefull and thank you for all the hard work into the Library and Happy New Year to you.
Beta Was this translation helpful? Give feedback.
All reactions