4
\$\begingroup\$

Is it possible to make text inside a shape on the silkscreen layer in Eagle? I'd like a white rectangle with text inside that's the color of the solder mask.

(I see this post but not sure if I can do this with text?)

\$\endgroup\$

2 Answers 2

6
\$\begingroup\$

This is called 'negative', or 'inverted' silkscreen. You can't do it directly with Eagle as there is no built in function.

However the is a ULP available from the Cadsoft website here called negasilk. It's not very clear initially how to use it, but after a bit of testing you basically do the following:

  1. Open a new .brd file and save it as something.
  2. Draw a polygon on the Layer 1 (Top) which is the size and shape of the area you want to be your 'Background'. According to the ULP comments this should be set to have a width of 8 mil, and an isolate of 0 mil.
  3. Next, draw on Layer 41 (tRestrict) whatever you want to be cut out. You can use the text tool if you want, just make sure to set it to have a Font of Vector.
  4. Once done click the Ratsnest button to fill in the copper area, you should notice that the polygon is cut out around the stuff you put on the tRestrict layer.
  5. Save the board as something, and then run the negasilk.ulp file.
  6. The ULP should create a script with the same name as the board in the same folder as the board. This is a script to generate the silk.
  7. Open a new library (or an existing one, up to you)
  8. Open a package in the library (or create a new one)
  9. Run the .scr file that was created by negasilk. You should whatever shape the copper was gets drawn out on the silk layer in the package.
  10. Save the library.
  11. Finally in your actual board design, go to Add Package and then select the package you just created in the library. This doesn't need to be done in the schematic as there is no symbol or device associated with the package.

It's a bit long winded, but it is probably the best you are going to get short of drawing it out yourself. If you want to change the silk, repeat the steps.

\$\endgroup\$
3
\$\begingroup\$

I used negasilk.ulp for a while but I decided to enhance it and make it easier.

  1. First create your art work (Polygon in top layer with text inside it on layer 41 tRestrict with vector font type).
  2. Run Ratsnest.
  3. Name the polygon with "NEG_SILK" to make it special from other normal polygons.

With this enhancement there are no need to any script file and also can help you to add negative silk screen within a design has already other polygons.

Download link

\$\endgroup\$

Not the answer you're looking for? Browse other questions tagged or ask your own question.