Skip to content

Commit

Permalink
add oled 0.96
Browse files Browse the repository at this point in the history
  • Loading branch information
wemos committed Nov 25, 2020
1 parent 4d6fbfa commit f9daf05
Show file tree
Hide file tree
Showing 6 changed files with 65 additions and 0 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.96_v1.0.0.pdf
Binary file not shown.
Binary file added docs/en/_static/files/sch_oled_0.96_v1.0.0.pdf
Binary file not shown.
5 changes: 5 additions & 0 deletions docs/en/d1_mini_shield/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,13 @@ Display&Interactive Shields
|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`_
|OLED_0.96_IMG|_
==================== ==================== ====================

.. _OLED 0.96: ./oled_0_96.html
.. |OLED_0.96_IMG| image:: ../_static/d1_shields/oled_0.96_v1.0.0_1_16x16.jpg
.. _OLED_0.96_IMG: ./oled_0_96.html

.. _Micro SD: ./micro_sd.html
.. |MICRO_SD_IMG| image:: ../_static/d1_shields/sd_v1.2.0_1_16x16.jpg
Expand Down
60 changes: 60 additions & 0 deletions docs/en/d1_mini_shield/oled_0_96.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
OLED 0.96 Shield
===========================

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

.. |TOP_IMG| image:: ../_static/d1_shields/oled_0.96_v1.0.0_1_16x16.jpg
.. _TOP_IMG: ../_static/d1_shields/oled_0.96_v1.0.0_1_16x16.jpg

.. |BOTTOM_IMG| image:: ../_static/d1_shields/oled_0.96_v1.0.0_2_16x16.jpg
.. _BOTTOM_IMG: ../_static/d1_shields/oled_0.96_v1.0.0_2_16x16.jpg

128x64 pixels (0.96” Across) OLED Shield
`[Buy it]`_

.. _[Buy it]: http://www.aliexpress.com/store/product/OLED-Shield-for-WeMos-D1-mini-0-66-inch-64X48-IIC-I2C/1331105_32627787079.html

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

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

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

LOLIN I2C Port


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

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

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

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.96_Shield











0 comments on commit f9daf05

Please sign in to comment.