Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blank screen for 10slideshow example #108

Open
matroll opened this issue Jan 3, 2024 · 9 comments
Open

blank screen for 10slideshow example #108

matroll opened this issue Jan 3, 2024 · 9 comments

Comments

@matroll
Copy link

matroll commented Jan 3, 2024

hey, thanks a ton for your work on this H/W! looks amazing. just got it and will try to make a miniTV.
unfortunately when i try to run the 1-slideshow sketch, i only get a blankscreen.

  • SD is fine and it finds the file(s)
  • jpgs are 320x240
  • screen is fine (other ex work and i can do a fillscreen RED in the slideshow sketch - works fine)

i get the output below on the monitor but the screen stays black (or red if i do the test in red)

any idea?

thanks

rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0030,len:1344
load:0x40078000,len:13964
load:0x40080400,len:3600
entry 0x400805f0
FAT type: FAT16
JPGs found: 6
Loading file no 0
File: seinfeld.jpg

@witnessmenow
Copy link
Owner

Are you using webflash, platform io or Arduino ide? Have you tried the simpler examples?

@matroll
Copy link
Author

matroll commented Jan 21, 2024 via email

@witnessmenow
Copy link
Owner

Was it a while ago you setup the user_setup for the display? About a month ago @TheNitek made a fix to the user_setup that might be the problem if you don't have it. So could you try update your user_setup with the latest and see does that work for you?

@matroll
Copy link
Author

matroll commented Jan 21, 2024 via email

@matroll
Copy link
Author

matroll commented Jan 24, 2024 via email

@matroll
Copy link
Author

matroll commented Jan 24, 2024 via email

@witnessmenow
Copy link
Owner

hello brian, that was the issue, fantastic! thanks for the help! so i looked at the edits, and it was only a matter of using HSPI?

Yeah, the SD card is wired to the VSPI pins, so it makes sense to use the VSPI peripheral when using the SD card, so the display needs to use the HSPI. The original user_setup had the display using the VSPI

I dont have any suggestions on how to improve the drawing, but to answer your other question, its written by @cgreening

https://github.com/atomic14/esp32-tv

He has a full video series on this project so its worth checking out his channel for more info

@cgreening
Copy link
Contributor

I need to do some tweaks for the CYD - at the moment I can't get DMA to work on the display, but it's a simple fix (I think...).

@matroll
Copy link
Author

matroll commented Jan 24, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants