Update readme
Dieser Commit ist enthalten in:
Ursprung
6213e67b5e
Commit
2d89fc679b
16
readme
16
readme
@ -10,25 +10,27 @@ Settings for display have to set at lcd.h
|
|||||||
|
|
||||||
If you want to use characters like e.g. ä set your compiler input-charset to utf-8 and your compiler exec-charset to iso-8859-15 (look at makefile line 115).
|
If you want to use characters like e.g. ä set your compiler input-charset to utf-8 and your compiler exec-charset to iso-8859-15 (look at makefile line 115).
|
||||||
|
|
||||||
|
Testcondition: Display: SSD1306 OLED, Compiler Optimizelevel: -Os, µC: Atmega328p @ 8 MHz internal RC
|
||||||
|
|
||||||
Memory:
|
Memory:
|
||||||
|
|
||||||
Modul | Flash | Stat. RAM
|
Modul | Flash | Stat. RAM
|
||||||
------------+--------------+------------
|
------------+--------------+------------
|
||||||
I2C-Core | 120 Byte | 0
|
I2C-Core | 120 Byte | 0
|
||||||
FONT | 644 Byte | 0
|
FONT | 644 Byte | 0
|
||||||
Oled (TXT) | 891 Byte | 2 Byte
|
Oled (TXT) | 1003 Byte | 2 Byte
|
||||||
Oled (GFX) | 2049 Byte | 1026 Byte
|
Oled (GFX) | 2009 Byte | 1026 Byte
|
||||||
|
|
||||||
Speed:
|
Speed:
|
||||||
|
|
||||||
Print one line with 20 chars (Atmega328p with 8 MHz internal RC)
|
|
||||||
|
|
||||||
Mode | Time | I2C-Speed
|
Mode | Time | I2C-Speed
|
||||||
------------+------------+------------
|
------------+------------+------------
|
||||||
Oled (TXT) | 4.154 ms | 400 kHz
|
Oled (TXT) | 4.191 ms | 400 kHz
|
||||||
Oled (TXT) | 14.587 ms | 100 kHz
|
Oled (TXT) | 14.616 ms | 100 kHz
|
||||||
Oled (GFX) | 25.427 ms | 400 kHz
|
Oled (GFX) | 27.010 ms | 400 kHz
|
||||||
Oled (GFX) | 90.201 ms | 100 kHz
|
Oled (GFX) | 96.682 ms | 100 kHz
|
||||||
|
|
||||||
|
|
||||||
example:
|
example:
|
||||||
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren