summaryrefslogtreecommitdiffstats
path: root/display.sch
Commit message (Collapse)AuthorAgeFilesLines
* GeneralLeonard Kugis2020-06-211-36/+47
| | | | Added real world units for capacitors and resistors.
* Merge branch 'master' of collaborating.tuhh.de:cev7691/pinlockLeonard Kugis2020-02-041-4/+12
|\
| * CrystalLeonard Kugis2020-01-231-4/+12
| | | | | | | | Replaced crystal with available ABM3B.
* | LayoutLeonard Kugis2020-02-041-5/+4
|/ | | | | Optimizations. Changed packaging of some parts.
* GeneralLeonard Kugis2020-01-031-363/+587
| | | | Fixed incorrect displays not matching.
* Schematic, LayoutLeonard Kugis2019-11-251-832/+832
| | | | | Changed Barrel Jack pinout. Layout components placed.
* Layout not fitting yet, needs improvementLeonard Kugis2019-11-241-155/+155
|
* Begin associationsLeonard Kugis2019-11-241-4/+4
|
* GeneralLeonard Kugis2019-11-241-875/+243
| | | | Added references to all elements.
* Begin renamingLeonard Kugis2019-11-211-2/+3
|
* UARTLeonard Kugis2019-11-201-1463/+1463
| | | | | Changed UART from 2 to 4 pin connector, connecting GND and VCC additionally.
* GeneralLeonard Kugis2019-11-191-1855/+1463
| | | | Removed too many test points.
* Schematic, generalLeonard Kugis2019-11-131-439/+1475
| | | | | Added test points everywhere neccessary. Added missing pull resistors to guarantee a defined state everywhere.
* Schematic, main, generalLeonard Kugis2019-11-131-121/+725
| | | | | | Added pull resistors to all ports. Added capacitors for all components to prevent high switching currents. Reordered status LEDs and transistors.
* Schematic, StatusLeonard Kugis2019-11-071-1/+1
| | | | Separated logic IO from power with transistors.
* Schematic, PinoutLeonard Kugis2019-11-071-215/+215
| | | | | Moved buttons and status interface to Port D to prepare Port C as JTAG interface.
* structure, buttons, statusLeonard Kugis2019-11-041-0/+215
Implemented hierarchy. Added button interface. Added status interface.