Jump to content

display 320x240


lucho_asd
 Share

Recommended Posts

No it doesn´t work. its interface is not suitable for MIOS, and I don´t think such high resolutions are supported even if the display had a suitable controller.

For what would you need 320x240 on a Midibox LC - do you want to watch movies on it? ;) The LC protocol only transmits text anyway.

Seppoman

Link to comment
Share on other sites

Yes, but this project uses GLCDs with a standard controller, only support for two of them was added. "normal" GLCDs have a controller that takes care of the display refresh, you only tell the module changes that should happen. lucho_asd´s suggested display - as most large GLCDs - needs an external controller that does this. You can see from the timing diagram that you have to continuously send complete lines of display content (320 pixels/80 bytes) every 55 µs. This is really heavy load for a PIC and means you´d need a separate core module that manages and updates the display and provides an interface similar to a T6963/KS108 display. Then you have to program a new MIOS driver for this interface. So this would be a lot of work.

I don´t want to sound too negative (sorry :) ), but if you can´t even determine if this display is suitable from the datasheet, it will be next to impossible for you to get this one working.

Seppoman

Link to comment
Share on other sites

check out http://www.midibox.org/forum/index.php?topic=7724.0 he uses 2 240x64 GLEDs

and in the documentation he has the driver he wrote for them.

Careful, this is not true: we use two separate core modules, one for each of the two displays. This is also described in the documentation. The driver we use is the original one provided by Thorsten for the vertical setup of GLCDs. The addition that we did only refers to the "distribution of content" onto the two displays, e.g. encoder 12 belongs to display 2, etc.

Best regards, ilmenator

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...