silkz_classic.lv erstellt
[hackover2013-badge-firmware.git] / drivers / Readme.md
1 # Drivers
2
3 This folder contains basic drivers for a number of HW peripherals,
4 and a few SW stacks (FAT32, a light-weight 802.15.4 wireless stack
5 named Chibi, etc.). It also contains a basic but relatively robust
6 graphic library with support for display custom fonts, loading and
7 saving Bitmap images, touch screen calibration, etc.
8
9 ## dac
10
11 Digital to Analog Converters
12
13 ## displays
14
15 Drivers and functions to work with a wide variety of display types.
16
17 This folder is sub-divided into the following categories:
18
19 /bitmap Monochrome displays such as basic OLEDs, and 128x64 pixel
20 graphic displays
21
22 /character Text-only displays (VFD, etc.)
23
24 /segment Segment displays (8x8 LED arrays, 7-segment displays, etc.)
25
26 /tft Color graphical displays, such as TFT LCDs, RGB OLEDs, etc.
27 This folder also contains a small graphics library, code to
28 load and save bitmap images, and functions to work with
29 several font types.
30
31 ## fatfs
32
33 Chan's FATFS, enabling you to read and write to inexpensive SD cards
34
35 ## motor
36
37 Motor-control related drivers
38
39 ## rf
40
41 Anything related to RF, including NFC and 802.15.4 wireless
42
43 ## rsa
44
45 A very minimal example of RSA encryption and decryption
46
47 ## sensors
48
49 Drivers for a variety of sensors (light, temperature, etc.)
50
51 ## storage
52
53 Drivers for different types of storage, such as SPI NOR flash, EEPROM, etc.
This page took 0.052527 seconds and 5 git commands to generate.