summaryrefslogtreecommitdiffstats
path: root/display.sch
AgeCommit message (Collapse)AuthorLines
2020-02-04LayoutLeonard Kugis-5/+4
Optimizations. Changed packaging of some parts.
2020-01-03GeneralLeonard Kugis-363/+587
Fixed incorrect displays not matching.
2019-11-25Schematic, LayoutLeonard Kugis-832/+832
Changed Barrel Jack pinout. Layout components placed.
2019-11-24Layout not fitting yet, needs improvementLeonard Kugis-155/+155
2019-11-24Begin associationsLeonard Kugis-4/+4
2019-11-24GeneralLeonard Kugis-875/+243
Added references to all elements.
2019-11-21Begin renamingLeonard Kugis-2/+3
2019-11-20UARTLeonard Kugis-1463/+1463
Changed UART from 2 to 4 pin connector, connecting GND and VCC additionally.
2019-11-19GeneralLeonard Kugis-1855/+1463
Removed too many test points.
2019-11-13Schematic, generalLeonard Kugis-439/+1475
Added test points everywhere neccessary. Added missing pull resistors to guarantee a defined state everywhere.
2019-11-13Schematic, main, generalLeonard Kugis-121/+725
Added pull resistors to all ports. Added capacitors for all components to prevent high switching currents. Reordered status LEDs and transistors.
2019-11-07Schematic, StatusLeonard Kugis-1/+1
Separated logic IO from power with transistors.
2019-11-07Schematic, PinoutLeonard Kugis-215/+215
Moved buttons and status interface to Port D to prepare Port C as JTAG interface.
2019-11-04structure, buttons, statusLeonard Kugis-0/+215
Implemented hierarchy. Added button interface. Added status interface.