Black screen - Help #73
|
Nice project, thanks For now i have to give up, been at this for few days and only reaches a black screen. I tried Arduino ide older version and the latest to compile. I also tried the bombjack also (thanks) - only getting to the test squares screen upon boot. For now any suggestions would be welcome - stuck. |
Replies: 2 comments 7 replies
|
What output do you see on the serial console? |
|
Only see: Also my pins is verified correct and config is: #define TFT_SPICLK 40000000 // #define TFT_MAC 0x20 // some CYD need this to rotate properly and have correct colors // x and y offset of 224x288 pixels inside the 240x320 screen |

The screen is physically working - just gets black color filled on reset immediately.
tft_bl (LED on screen) is not wired to a pin but soldered in permanent
Removed line setCpuFrequencyMhz(240000000);
Comment out the pinmodes on buttons (testing first)
As another user suggested adding this to emulation.c does solve in my case all of the compile errors:
extern unsigned long millis();
extern unsigned long micros();
extern void vTaskDelay( const int xTicksToDelay );
extern uint32_t ulTaskNotifyTake( int xClearCountOnExit, int xTicksToWait );
extern uint32_t esp_random(void);
Removed and re added the rom files and then used the python script conv_win.sh
Well i think cause i manually done the …