387 Comments - Last post 9 minutes ago by TheGreenBox
2,783 Comments - Last post 10 minutes ago by TheGreenBox
226 Comments - Last post 16 minutes ago by DeafCrocodile
519 Comments - Last post 2 hours ago by OddDo
46 Comments - Last post 3 hours ago by m0r1arty
12 Comments - Last post 4 hours ago by Gamy7
239 Comments - Last post 14 hours ago by y2
7 Comments - Last post 9 minutes ago by DStar7
35 Comments - Last post 14 minutes ago by DrR0Ck
30,545 Comments - Last post 39 minutes ago by ManOman
18 Comments - Last post 52 minutes ago by Calibr3
135 Comments - Last post 1 hour ago by quinnix
2,967 Comments - Last post 1 hour ago by Bum8ara5h
318 Comments - Last post 1 hour ago by Doshmaku
What sort of development board or hardware should I look into if my goal is to drive a QVGA resolution display at 60Hz?
For background, I've wanted to dabble in the world of micros for a while. The only other things I've done with electronics are power circuits and a bit of logic (e.g. gates, shift registers). Before the Arduino craze I picked myself up a PIC development board with the best intentions, but I've found it's hard for me to dedicate time to learning unless I have an end goal in mind.
After reading an article about interpreting/decoding the original Game Boy's LCD data I think I have something in mind now. I'd like to do something like that, except have hardware that reads in the LCD data and outputs it to another display. It seems like something that would be fun to do, and I could experiment with simple scaling methods for the output like doubling the horizonal/vertical resolution and having the discarded lines be adjustable. The concepts (scaling, color-space conversion) are familiar to me in pure software, but the hardware and tangibility will be a learning curve.
Having no significant experience with this kind of hardware though, I'm not sure how powerful of hardware I may need or if micros are even the best choice. From what I've been able to gather, an Arduino would struggle to drive a display of that resolution, let alone do processing in addition. Then I've found more promising things like the STM32 series of micros, which are more powerful and have development boards that ship with QVGA displays, but I have no idea what would be best.
Comment has been collapsed.