bitluni / ESP32CompositeVideo

343 stars 62 forks source link

Do you have ideas for color? #1

Closed ghost closed 2 years ago

ghost commented 6 years ago

Hello

I read the comments on your Youtube page.

I'm curious to know if any of those comments have given you ideas that might lead to the display in color?

thanks

bitluni commented 6 years ago

I read more about the color frequencies. the PAL frequency is 1/3 of our base frequency that means we could get a color at least on PAL... I will implement a general solution and a simplified version of PAL non-interlaced But it will take me another two weeks I guess

marciot commented 2 years ago

I thought you guys might be interested in my esp32-dali-clock, it is a mishmash between this library and the improved color framebuffer code from esp_8_bit, which manages to do color in both PAL and NTSC. I found it works really well! I made a port of this project called ESP32CompositeColorVideo with the associated changes to make it work.

JyeSmith commented 2 years ago

@marciot colour sounds awesome and something Ill definitely try! Have you uploaded any demos?

marciot commented 2 years ago

@JyeSmith: Yah, click the first hyperlink in my post :)

JyeSmith commented 2 years ago

@marciot thanks! I went straight to the repo for the good stuff.

marciot commented 2 years ago

There are two repos, the first is a demo, but there is a bunch of unrelated clock code to dig through, so I also forked this project and added just a simple demo, following @bitluni’s example.