This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

RGB with 8051

how can make RGB signals with 8051 ????

Parents
  • Full pot for good system description.

    I can only assume that you mean an RGB video signal for use with some form of video monitor (Maybe analog - VGA or maybe digital - DVI) but in reality you might mean talking directly to some form of LCD panel or producing RGB output with a LED matrix or, ...

    If talking about RGB video for a normal computer display, the big problem is that such a display needs
    1) Huge amounts of video bandwidth. An 8051 is normally not fast enough.
    2) Huge amounts of video memory. An 8051 normally don't have enough RAM.

    Maybe you should start by telling what you want to do - and why. The answer might be that you should not use RGB or you should not use an 8051 or ...

    But pelease, avoid the tunnel vision. Not just a single sentence totally without context. Do write - preferably - several paragraphs of text describing as much as possible what, why, when, your knowledge, your tools, your allowed cost, school/hobby/commercial, ...

Reply
  • Full pot for good system description.

    I can only assume that you mean an RGB video signal for use with some form of video monitor (Maybe analog - VGA or maybe digital - DVI) but in reality you might mean talking directly to some form of LCD panel or producing RGB output with a LED matrix or, ...

    If talking about RGB video for a normal computer display, the big problem is that such a display needs
    1) Huge amounts of video bandwidth. An 8051 is normally not fast enough.
    2) Huge amounts of video memory. An 8051 normally don't have enough RAM.

    Maybe you should start by telling what you want to do - and why. The answer might be that you should not use RGB or you should not use an 8051 or ...

    But pelease, avoid the tunnel vision. Not just a single sentence totally without context. Do write - preferably - several paragraphs of text describing as much as possible what, why, when, your knowledge, your tools, your allowed cost, school/hobby/commercial, ...

Children