|
Pick a different micro capable of driving a dumb LCD panel directly. Try a 9263, still that and the 9260 are getting quite old, and I'd worry about long term availability. Whatever the current availability/marketing, in your unspecified country.
Pick a different LCD panel, ideally one capable of digital drive, not analogue. That way you can DMA directly from a frame buffer. If your micro can't handle a dumb panel, use a smarter one.
How big does the screen need to be? physical/pixels, 5.6" 320x234?
Windows CE has a development environment, with a Visual Studio type IDE, Platform Builder.
For Linux, try looking at the Linux4Sam resources.
Does your unspecified application need a Linux/WinCE type OS, or can you use something more lightweight?
If at this juncture of the project you need a step-by-step to pick an OS, you have a real problem, both the aforementioned OS are complex and difficult beasts. Suggest you actually get an 9263-EK development board, with board support package to test/develop your code from a viable, pre-built platform, which has workable software and directions, to start from.
At the very least download some of the materials for the 9263 and look at the schematics, and bill of materials.
Depending on the interface and available GPIO, LCD panels will need to be smart/dumb to be accommodated. To use dumb panels, you'll need a controller capable of driving them.
|