|
You are here |
blog.eowyn.net | ||
| | | | |
jborza.com
|
|
| | | | | VGA on an FPGA In the previous articles Ive mainly interfaced with LCD displays. I thought it would be nice a produce a VGA output from my FPGA board. Ive already had a working framebuffer-based display controller that can be written to through a serial port, so this was a matter of developing a bitmapped VGA controller. Target resolution - 320x240 over 640x480 Why 320x240? Because my development board only 276. | |
| | | | |
projectf.io
|
|
| | | | | To work with standard monitors and TVs, you need to use the correct video timings. This how to includes the timings for five standard display modes using analogue VGA, DVI, HDMI, or DisplayPort: 640x480 (VGA), 800x600 (SVGA), 1280x720, and 1920x1080 (30 Hz and 60 Hz). | |
| | | | |
gergo.erdi.hu
|
|
| | | | | [AI summary] The author describes their process of generating a VGA signal for a CHIP-8 emulator, including challenges with timing and clock settings, and successfully displaying a checkers pattern. | |
| | | | |
ninimotom.com
|
|
| | | On a recent trip to my parents', I rediscovered my old GameBoy and thought it would be cool to write some software for it. What better to start with than 'Hello World'? Writing the classic first program on this classic console turns out to be a bit more complicated than it usually is. | ||