Skip to content

Commit

Permalink
add oled 0.49
Browse files Browse the repository at this point in the history
  • Loading branch information
wemos committed Mar 11, 2021
1 parent e2565e1 commit 786118b
Show file tree
Hide file tree
Showing 7 changed files with 78 additions and 12 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/en/_static/files/dim_oled_0.49_v1.0.0.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/en/_static/files/sch_oled_0.49_v1.0.0.pdf
Binary file not shown.
27 changes: 16 additions & 11 deletions docs/en/d1_mini_shield/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Display&Interactive Shields
TFT 2.4 <tft_2_4>
ePaper 2.13 <epd_2_13>
Tri-Color ePaper 2.13 <epd_2_13_3>
OLED 0.49 <oled_0_49>
OLED 0.66 <oled_0_66>
OLED 0.96 <oled_0_96>
RGB LED <rgb_led>
Expand All @@ -23,17 +24,21 @@ Display&Interactive Shields
Matrix LED <matrix_led>
TFT 1.4 <tft_1_4>

==================== =========================== ====================
`TFT-2.4`_ `ePaper 2.13`_ `OLED 0.66`_
|TFT_2.4_IMG|_ |EPD_2.13_IMG|_ |OLED_0.66_IMG|_
`RGB LED`_ `Buzzer`_ `1-BUTTON`_
|RGB_LED_IMG|_ |BUZZER_IMG|_ |1_BUTTON_IMG|_
`Micro SD`_ `Matrix LED`_ `TFT-1.4`_
|MICRO_SD_IMG|_ |MATRIX_LED_IMG|_ |TFT_1.4_IMG|_
`OLED 0.96`_ `Tri-Color ePaper 2.13`_
|OLED_0.96_IMG|_ |EPD_2.13_3_IMG|_
==================== =========================== ====================

=========================== =========================== ===========================
`TFT-2.4`_ `ePaper 2.13`_ `OLED 0.66`_
|TFT_2.4_IMG|_ |EPD_2.13_IMG|_ |OLED_0.66_IMG|_
`RGB LED`_ `Buzzer`_ `1-BUTTON`_
|RGB_LED_IMG|_ |BUZZER_IMG|_ |1_BUTTON_IMG|_
`Micro SD`_ `Matrix LED`_ `TFT-1.4`_
|MICRO_SD_IMG|_ |MATRIX_LED_IMG|_ |TFT_1.4_IMG|_
`OLED 0.96`_ `Tri-Color ePaper 2.13`_ `OLED 0.49`_
|OLED_0.96_IMG|_ |EPD_2.13_3_IMG|_ |OLED_0.49_IMG|_
=========================== =========================== ===========================


.. _OLED 0.49: ./oled_0_49.html
.. |OLED_0.49_IMG| image:: ../_static/d1_shields/oled_0.49_v1.0.0_16x16_1.jpg
.. _OLED_0.49_IMG: ./oled_0_49.html

.. _Tri-Color ePaper 2.13: ./epd_2_13_3.html
.. |EPD_2.13_3_IMG| image:: ../_static/d1_shields/epd_2.13_3_v1.0.0_1_16x16.jpg
Expand Down
61 changes: 61 additions & 0 deletions docs/en/d1_mini_shield/oled_0_49.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
OLED 0.49 Shield
===========================

================== ==================
|TOP_IMG|_ |BOTTOM_IMG|_
================== ==================

.. |TOP_IMG| image:: ../_static/d1_shields/oled_0.49_v1.0.0_16x16_1.jpg
.. _TOP_IMG: ../_static/d1_shields/oled_0.49_v1.0.0_16x16_1.jpg

.. |BOTTOM_IMG| image:: ../_static/d1_shields/oled_0.49_v1.0.0_16x16_2.jpg
.. _BOTTOM_IMG: ../_static/d1_shields/oled_0.49_v1.0.0_16x16_2.jpg

64x32 pixels (0.49” Across) OLED Shield
`[Buy it]`_

.. _[Buy it]: https://www.aliexpress.com/item/1005002286803031.html


Features
---------------------

* **Screen Size:** 64x32 pixels (0.49” Across)
* **Operating Voltage:** 3.3V
* **Driver IC:** SSD1306 (I2C Address: 0x3C)

Pins
-----------------------

LOLIN I2C Port


Documents
-----------------------

* `Schematic v1.0.0 [PDF]`_
* `Dimension v1.0.0 [JPG]`_

.. _Schematic v1.0.0 [PDF]: ../_static/files/sch_oled_0.49_v1.0.0.pdf
.. _Dimension v1.0.0 [JPG]: ../_static/files/dim_oled_0.49_v1.0.0.jpg

Arduino
------------------------

* Install `esp8266-oled-ssd1306`_ Library
* `Arduino Examples`_


.. _esp8266-oled-ssd1306: https://github.com/wemos/esp8266-oled-ssd1306
.. _Arduino Examples: https://github.com/wemos/D1_mini_Examples/tree/master/examples/04.Shields/OLED_0.49_Shield











2 changes: 1 addition & 1 deletion docs/en/d1_mini_shield/oled_0_96.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ OLED 0.96 Shield
Features
---------------------

* **Screen Size:** 128x64 pixels (0.66” Across)
* **Screen Size:** 128x64 pixels (0.96” Across)
* **Operating Voltage:** 3.3V
* **Driver IC:** SSD1306 (I2C Address: 0x3D or 0x3C)

Expand Down

0 comments on commit 786118b

Please sign in to comment.