Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
7c32fcb2
Commit
7c32fcb2
authored
Jun 16, 2009
by
faa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
russian GOST: very minor updates draw invert pin
parent
91d00f32
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
classes_body_items.h
eeschema/classes_body_items.h
+5
-0
No files found.
eeschema/classes_body_items.h
View file @
7c32fcb2
...
@@ -16,7 +16,12 @@
...
@@ -16,7 +16,12 @@
#define PIN_WIDTH 100
/* Width between 2 pins in internal units. */
#define PIN_WIDTH 100
/* Width between 2 pins in internal units. */
#define PIN_LENGTH 300
/* Default Length of each pin to be drawn. */
#define PIN_LENGTH 300
/* Default Length of each pin to be drawn. */
#if defined(KICAD_GOST)
#define INVERT_PIN_RADIUS 20
/* Radius of inverted pin circle. */
#else
#define INVERT_PIN_RADIUS 35
/* Radius of inverted pin circle. */
#define INVERT_PIN_RADIUS 35
/* Radius of inverted pin circle. */
#endif
#define CLOCK_PIN_DIM 40
/* Dim of clock pin symbol. */
#define CLOCK_PIN_DIM 40
/* Dim of clock pin symbol. */
#define IEEE_SYMBOL_PIN_DIM 40
/* Dim of special pin symbol. */
#define IEEE_SYMBOL_PIN_DIM 40
/* Dim of special pin symbol. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment