-
Notifications
You must be signed in to change notification settings - Fork 253
Open
Description
One thing that is commonly done with Connectors is to plug some Pins/Ways, this is done to key on connector and prevent it from being plugged in/connected to somewhere it should not.
Here are some Ideas how it could be represented:
The following was added in the row of a pin/way
<td>P</td>
a very simple way, could be confused very easily<td><B>P</B></td>
practically the same as 1. but bold and still has the same problem<td BGCOLOR="#000000"></td>
very nice to see and understand that this means that this Pin/Way is plugged<td BGCOLOR="#000000"><FONT COLOR="#ffffff">P</FONT></td>
The white P may makes it more understandable that this pin/way is plugged<td BGCOLOR="#000000"><FONT COLOR="#ffffff"><B>P</B></FONT></td>
making the Text bold makes it more readable, my opinion at least<td BGCOLOR="#000000"><FONT COLOR="#ffffff"><B>X</B></FONT></td>
This is for the showcase of a different Character
My favorite is 3. but with giving the user the option to put Text or Characters in the field could be a good solution, in this case I would make the text bold to make it more readable.
Metadata
Metadata
Assignees
Labels
No labels