Shop OBEX P1 Docs P2 Docs Learn Events
Monochrome VGA driver? — Parallax Forums

Monochrome VGA driver?

RaymanRayman Posts: 16,452
edited 2026-06-02 22:21 in Propeller 2

Guess this doesn't exist yet...

Thinking this could be useful for the case of RJ45 cable with only 4-P2 pins available.

Thinking pins like this: HSync, VSync, Video, Audio

1080p with mono video and audio isn't great, but probably best can do with only 4 pins...

Comments

  • RaymanRayman Posts: 16,452

    Changed title to grayscale to a sec but 1080p would still need external ram. Monochrome looks to be <300kB…

  • Wuerfel_21Wuerfel_21 Posts: 5,859
    edited 2026-06-02 22:34

    @Rayman said:
    Thinking pins like this: HSync, VSync, Video, Audio

    1080p with mono video and audio isn't great, but probably best can do with only 4 pins...

    If you need to adapter it to a standard connector at some point anyways, you could put a sync stripper/seperator in there and send Sync-on-Green down the wires instead.
    (LMH1980 seems like the part for that)

  • roglohrogloh Posts: 6,402
    edited 2026-06-03 02:18

    My driver should do single colour monochrome it if you setup LUT1 colour mode and only wire up to one channel but it wasn't really optimized for this type of output "mode". If you want to use it for text you may need to use this FORCE_MONO_TEXT option IIRC. But for graphics you can use LUT 1bpp, and right now all 3 RGB colour pins get allocated which is probably not what you want if you are doing it to save pins as well as memory. It supports 5, 4 and 3 pin VGA via RGBHV, RGBS and RGsB (sync-on-green) outputs. A 1-pin VGA with SoG would be handy at some point if monitors support it. I had an older paper-white monochrome VGA monitor which might have been good for testing that but it blew up years ago unfortunately. That was a nice little monitor.

Sign In or Register to comment.