Skip to content
Discussion options

You must be logged in to vote

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 …

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
7 replies
@harbaum
Comment options

@harbaum
Comment options

@BaasPierre
Comment options

Answer selected by BaasPierre
@harbaum
Comment options

@harbaum
Comment options

@BaasPierre
Comment options

@BaasPierre
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants