mirror of
https://github.com/Matiasus/SSD1306.git
synced 2024-10-03 18:18:46 -04:00
update version description
This commit is contained in:
parent
94526cb48b
commit
d9b7bb7511
@ -15,13 +15,13 @@ C library is aimed for driving [0.96" OLED display with SSD1306 driver](#demonst
|
|||||||
- **END_PAGE_ADDR** set to 3 (ssd1306.h)
|
- **END_PAGE_ADDR** set to 3 (ssd1306.h)
|
||||||
|
|
||||||
### Versions
|
### Versions
|
||||||
- 1.0.0 - basic functions. The first publication.
|
- 1.0 - basic functions. The first publication.
|
||||||
- [2.0.0](https://github.com/Matiasus/SSD1306/tree/v2.0.0) - more changes:
|
- [2.0](https://github.com/Matiasus/SSD1306/tree/v2.0.0) - more changes:
|
||||||
- rebuild to 'cacheMemLcd' array approach. It means that every request is stored in 'cacheMemLcd' array (RAM) and by the [SSD1306_UpdateScreen (uint8_t)](#ssd1306_updatescreen) function is printed on the display.
|
- rebuild to 'cacheMemLcd' array approach. It means that every request is stored in 'cacheMemLcd' array (RAM) and by the [SSD1306_UpdateScreen (uint8_t)](#ssd1306_updatescreen) function is printed on the display.
|
||||||
- added new function -> [SSD1306_DrawLine (uint8_t, uint8_t, uint8_t, uint8_t)](#ssd1306_drawline). Possible depicted any line (horizontal, vertical, with slope).
|
- added new function -> [SSD1306_DrawLine (uint8_t, uint8_t, uint8_t, uint8_t)](#ssd1306_drawline). Possible depicted any line (horizontal, vertical, with slope).
|
||||||
- possible to use for more than 1 display (not tested).
|
- possible to use for more than 1 display (not tested).
|
||||||
- **!!!** ~1kB RAM memory consumption.
|
- **!!!** ~1kB RAM memory consumption.
|
||||||
- [3.0.0](https://github.com/Matiasus/SSD1306/tree/v3.0.0) - simplified alphanumeric version
|
- [3.0](https://github.com/Matiasus/SSD1306/tree/v3.0.0) - simplified alphanumeric version
|
||||||
- displaying alphanumeric characters
|
- displaying alphanumeric characters
|
||||||
- for **one display** applicable
|
- for **one display** applicable
|
||||||
- **only few RAM bytes** consumption
|
- **only few RAM bytes** consumption
|
||||||
|
Loading…
Reference in New Issue
Block a user