-
Notifications
You must be signed in to change notification settings - Fork 39
U8g2 KS0108 shield
Alexander Spiridonov edited this page Feb 6, 2025
·
3 revisions
U8g2/KS0108 shield carries pins to connect KS0108 based (or compatible) display and a potentiometer for contrast adjustment.
Place | Component | Links/Notes |
---|---|---|
RST | Push-button (momentary switch), 6x6mm | Board reset, Ali, Amazon |
J1-J5 | Male or female pin headers | Headers to connect to display |
R1 | 10K potentiometer, RM065 | Contrast adjustment, Ali, Amazon |
- | Arduino stackable headers | To stack on top of other shields |
Сonnect KS0108 based (or compatible) display to headers J1
-J5
according to pinout printed on the silkscreen. Adjust contrast of the display (if necessary) by rotating R1
potentiometer.
U8g2/KS0108 shield can be used to replicate the following test benches:
- Autodesk Fusion .f3z - project, containing schematic and board views
- Gerber files .zip - ZIP-archive of Gerber files (including .xln file for drilling)
- Schematic .pdf - PDF with schematic exported from Fusion project
- SVGs .zip - ZIP-archive of SVG files that can be used for DIY fabrication of boards (including board outline, top and bottom copper layers, silkscreen layer)
- Test bench (push-buttons):
- Example 01: Basic
- Example 02: Blink
- Example 03: Party Hard!
- Test bench (rotary encoder):
- Example 05: Encoder
- Example 06: Todo List