-
Notifications
You must be signed in to change notification settings - Fork 187
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
Comments
Are you using webflash, platform io or Arduino ide? Have you tried the simpler examples? |
thanks for getting back to me. arduino ide (latest version and libraries up to date) and yes the simple screen examples work good. sd is ok too as i can get the image name and size. On Jan 20, 2024, at 10:37 PM, Brian Lough ***@***.***> wrote:
Are you using webflash, platform io or Arduino ide? Have you tried the simpler examples?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
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? |
away from home for a few days but will try that upon my return. indeed the user setup did not work and had to do my own derived from another one. thanks for the tip, looking forward to trying it. bestOn Jan 21, 2024, at 12:56 PM, Brian Lough ***@***.***> wrote:
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?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
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?
now i'm on to trying to run some video in mjpg format. i'm going off of the Mini_TV <https://github.com/moononournation/MiniTV> example.
i did notice that the displaying of the jpg is not "instant" (there is a quick but noticeable sweep down of the image). i hope it'll be quick enough to do a decent video frame rate. i tried setting the spi to 80mhz and the effect is still noticeable.
cheers, and thanks again for helping!
mat.
From: Brian Lough ***@***.***>
Sent: dimanche 21 janvier 2024 12:57
To: witnessmenow/ESP32-Cheap-Yellow-Display ***@***.***>
Cc: matroll ***@***.***>; Author ***@***.***>
Subject: Re: [witnessmenow/ESP32-Cheap-Yellow-Display] blank screen for 10slideshow example (Issue #108)
Was it a while ago you setup the user_setup for the display? About a month ago @TheNitek <https://github.com/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?
—
Reply to this email directly, view it on GitHub <#108 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AC7PUT2V2AK4H2HHOT7M22LYPT67XAVCNFSM6AAAAABBLV4RPSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBSGYYDKNRXG4> .
You are receiving this because you authored the thread. <https://github.com/notifications/beacon/AC7PUT2BLHNMNN5JDMY2BJLYPT67XA5CNFSM6AAAAABBLV4RPSWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTRM52W2.gif> Message ID: ***@***.***>
|
brian,
sorry to bug you again but while running into problems with video, i re-watched your video and noticed that you were playing video on the CYD (muppets) >> could you share the code for that? i imagine it's some form of mjpeg as well?
thanks in advance.
mat.
From: Brian Lough ***@***.***>
Sent: dimanche 21 janvier 2024 12:57
To: witnessmenow/ESP32-Cheap-Yellow-Display ***@***.***>
Cc: matroll ***@***.***>; Author ***@***.***>
Subject: Re: [witnessmenow/ESP32-Cheap-Yellow-Display] blank screen for 10slideshow example (Issue #108)
Was it a while ago you setup the user_setup for the display? About a month ago @TheNitek <https://github.com/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?
—
Reply to this email directly, view it on GitHub <#108 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AC7PUT2V2AK4H2HHOT7M22LYPT67XAVCNFSM6AAAAABBLV4RPSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBSGYYDKNRXG4> .
You are receiving this because you authored the thread. <https://github.com/notifications/beacon/AC7PUT2BLHNMNN5JDMY2BJLYPT67XA5CNFSM6AAAAABBLV4RPSWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTRM52W2.gif> Message ID: ***@***.*** ***@***.***> >
|
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 |
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...). |
thanks both so much for your replies.
chris, please let me know if you find a fix, i'd be interested in running it.
in the meantime, i managed to get some mjpg runnning with the miniTV examples but i get some minimal banding that i'm trying to solve (i think it's a question of buffer sizes)
thanks to both of you.
From: Chris ***@***.***>
Sent: mercredi 24 janvier 2024 04:35
To: witnessmenow/ESP32-Cheap-Yellow-Display ***@***.***>
Cc: matroll ***@***.***>; Author ***@***.***>
Subject: Re: [witnessmenow/ESP32-Cheap-Yellow-Display] blank screen for 10slideshow example (Issue #108)
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...).
—
Reply to this email directly, view it on GitHub <#108 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AC7PUT447ESHYJGT7BHBQ5DYQES2FAVCNFSM6AAAAABBLV4RPSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBYGM3TKNBYGY> .
You are receiving this because you authored the thread. <https://github.com/notifications/beacon/AC7PUT5LCEB2OAR3H3XG4ZDYQES2FA5CNFSM6AAAAABBLV4RPSWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTRX5734.gif> Message ID: ***@***.*** ***@***.***> >
|
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.
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
The text was updated successfully, but these errors were encountered: