Jump to content
IGNORED

Looking for a monitor test program that shows all colors on screen.


Recommended Posts

I'm trying the get a good profile for my rgb2hdmi, and I'm looking for a program that can give me color bars of all the colors on screen at once.

Preferably with color labels.

 

Any example programs out there?

Cart based diags?

 

Thanks.

 

This will work from TI BASIC (and include both "transparent" and "black" as discrete colours, merely for the sake of custom):

 

10 CALL SCREEN(1)
20 FOR X=1 TO 16
30 CALL COLOR(X,X,X)
40 CALL VCHAR(1,X*2-1,24+8*X,48)
50 NEXT X
60 CALL KEY(0,K,Z)
70 IF Z=0 THEN 60

 

Waits for (any) input after display.

Edited by pixelpedant
  • Like 5

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...