-
Notifications
You must be signed in to change notification settings - Fork 106
How to use vga_mode_tft_800x480_50 mode? #30
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
Comments
Yeah many of the mode timings are only specified when You are free to make your own mode for 125Mhz, but you'll have to figure out the timings yourself (unless someone wants to PR them) |
Hello, I tried to make a suitable mode with no success on my VGA demo board connected to an old 1280x1024 19" LG LCD. Copying the existing 48Mhz mode led to an unsupported notice on both my LCD monitor and a Full HD TV. First test (Intel PDF) led to a picture at the right of the screen. Second (MiSTer FPGA) was a little more usable. Here is the values i got so far (NOT WORKING, TEST AT YOUR OWN RISK), and note the sysclock adjustement needed:
|
Note that if you are driving a DPI display, then the timings are actually probably pretty flexible (it's not clear that certain/many monitors will ever like an 800x480 mode) |
My bad, I didn't know that TFT screens had those king of specific timings. Even if 800x480 is not standard for VGA / VESA (cf. http://tinyvga.com/vga-timing for example), I thought this was not so weird and applicable to LCD or even CRT monitors, as the range is pretty wide. |
Hello everybody,
I am experimenting with the flash stream example and a widescreen 800x480 tft.
Currently, with the project set to 640x480, the images are not completely shown as its corners are cut out.
The tft controller OSD shows 640x480 correctly. The PNG has the same format, but it is shown bigger than the screen.
I'd like to try higher resolutions as this txt supports 800x480.
setting VGA_MODE to vga_mode_tft_800x480_50 breaks with:
It looks like pico_scanvideo_dpi is being used and is not including the proper vga configurations.
What can I do?
The text was updated successfully, but these errors were encountered: