aboutsummaryrefslogtreecommitdiff
path: root/Terminal Driver.wiki
blob: 50fbeb02b68a79a162a1766bde2fb918746478b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
- [[https://atmega32-avr.com/how-to-super-simple-serial-terminal-using-atmega128/|Fungerande exempel på ATMEL]]
== Terminal Driver ==
-
[[https://en.wikipedia.org/wiki/Linux_console|Wikipedia:Linux console]]
- [[https://www.linuxjournal.com/article/5896|Snabb genomgång]]

=== Oreilly ===
Linux Device Drivers (kapitell 18). Finns hos Lysator, samt som HTML
och PDF.

- https://www.oreilly.com/library/view/linux-device-drivers/0596005903/ch18.html
- https://lwn.net/images/pdf/LDD3/ch18.pdf


== Skärm ==
=== `GTC-16041` ===
- [[https://manualzz.com/doc/17344723/hebei-jiya-electronics-gtc-16041-tr6noc--75-512-11-|Möljgt datablad]]
- http://hugo.hornquist.se/datablad/gtc-16041.pdf

Med skärmen till höger om headern.

| 4   | 7  |
| 5   | 8  |
|     | 9  |
|     | 10 |
|     | 11 |
|     | 12 |
| GND | 13 |
| PWR | 14 |


= Raspberry Pi =
- [[https://www.bigmessowires.com/2018/05/26/raspberry-pi-gpio-programming-in-c/|Alternativ för GPIO access i C]]
- [[http://www.airspayce.com/mikem/bcm2835/|Väldokumenterat bibliotek]]
-