Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.
|
Forum Index : Microcontroller and PC projects : wide screen composite video for mmbasic
Author | Message | ||||
bobo2 Newbie Joined: 26/10/2012 Location: SwedenPosts: 36 |
Hi, This is my first post. I used the duinomite with MMBasic with CAN bus commands to create a monitor for the Think City EV. While writing the code I used a big 24" screen, and I just got 4.3", wide screen monitor with composite input. Now when running my program I notice a big black margin to the left and some unused space on top, bottom and right of the screen. While researching how to solve this and use the whole 4.3" of the monitor, I came accross an info on a SETUP command that would allow ntsc 480 for wide screen monitors, and even custom parameters for supporting monitors. Unfortunatelly this command is not available in MMBasic. Any idea what can I do to rectify this apart from flashing to dmbasic and rewriting my program? Here is a shaky video of my monitor: http://www.youtube.com/watch?v=qGLrYa-sBYk Nikolay |
||||
TassyJim Guru Joined: 07/08/2011 Location: AustraliaPosts: 6099 |
You should be able to set the monitor to stretch the display to fill the full width. You can then create a font of the right aspect ratio to look OK on the stretched display. Jim VK7JH MMedit MMBasic Help |
||||
bobo2 Newbie Joined: 26/10/2012 Location: SwedenPosts: 36 |
Thanks Jim, There are no exposed controls for the monitor, so it will be hard to adjust the display. I can see the display blink several times the first time it gets connected to the duinomite, so I imagine the display is trying to figure out what the signal is and adjust to it. I may try to flash the duinomite with the dmbasic and see how this setup command works and if I can adjust is so it fills up the screen. |
||||
paceman Guru Joined: 07/10/2011 Location: AustraliaPosts: 1329 |
There is currently a fault when displaying composite with the Colour Maximite - it shows up as an offset of the display to the right. Geoff has already said he will be looking into it after his return from the USA in about three weeks. Don't forget to use the CONFIG COMPOSITE PAL (or NTSC) command - see below. Geoff Greg You did not (and still do not) need this with the mono Maximite but I found that too many VGA monitors grounded pin 9 on the VGA connector, which forced the Colour Maximite into composite mode when it was not wanted. So now you need CONFIG COMPOSITE PAL (or CONFIG COMPOSITE NTSC) on the Colour Maximite to turn on sensing of pin 9 and to set the timing. You can go back to VGA only if you need to with CONFIG COMPOSITE DISABLED. Geoff |
||||
bobo2 Newbie Joined: 26/10/2012 Location: SwedenPosts: 36 |
Thanks paceman! Very interesting info. Looking forward to a fix! |
||||
Print this page |