Skip to content

Commit

Permalink
add oled 0.66
Browse files Browse the repository at this point in the history
  • Loading branch information
wemos committed Oct 23, 2019
1 parent 42e717e commit e2a1d28
Show file tree
Hide file tree
Showing 7 changed files with 85 additions and 14 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/sch_oled_v2.1.0.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/en/d1_mini_shiled/1_button.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Pins

=========== ===========
**D1 mini** **Shield**
D3 Button
D3(GPIO0) Button
=========== ===========

Arduino Code
Expand Down
9 changes: 7 additions & 2 deletions docs/en/d1_mini_shiled/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,21 @@ Display&Interactive Shields

TFT 2.4 <tft_2_4>
ePaper 2.13 <epd_2_13>
OLED 0.66 <oled_0_66>
1-button <1_button>

==================== ==================== ====================
`TFT-2.4`_ `ePaper 2.13`_ OLED-0.66
|TFT_2.4_IMG|_ |EPD_2.13_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.44
==================== ==================== ====================

.. _OLED 0.66: ./oled_0_66.html
.. |OLED_0.66_IMG| image:: ../_static/d1_shields/oled_v2.1.0_1_16x16.jpg
.. _OLED_0.66_IMG: ./oled_0_66.html

.. _ePaper 2.13: ./epd_2_13.html
.. |EPD_2.13_IMG| image:: ../_static/d1_shields/epd_2.13_v1.0.0_1_16x16.jpg
.. _EPD_2.13_IMG: ./epd_2_13.html
Expand Down
66 changes: 66 additions & 0 deletions docs/en/d1_mini_shiled/oled_0_66.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
OLED 0.66 Shield
===========================

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

.. |TOP_IMG| image:: ../_static/d1_shields/oled_v2.1.0_1_16x16.jpg
.. _TOP_IMG: ../_static/d1_shields/oled_v2.1.0_1_16x16.jpg

.. |BOTTOM_IMG| image:: ../_static/d1_shields/oled_v2.1.0_2_16x16.jpg
.. _BOTTOM_IMG: ../_static/d1_shields/oled_v2.1.0_2_16x16.jpg

64×48 pixels (0.66” Across) OLED Shield with 2x I2C Button
`[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:** 64x48 pixels (0.66” Across)
* **Operating Voltage:** 3.3V
* **Driver IC:** SSD1306 (I2C Address: 0x3C or 0x3D)
* 2x I2C Button (customizable I2C Address, default:0x31)

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

=========== ===========
**D1 mini** **Shield**
D1(GPIO5) SCL
D2(GPIO4) SDA
=========== ===========


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

* `Schematic v2.1.0 [PDF]`_

.. _Schematic v2.1.0 [PDF]: ../_static/files/sch_oled_v2.1.0.pdf


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

* Install `Adafruit_SSD1306_Library`_ (Add support by `@mcauser`_)
* Install `LOLIN I2C Button library`_
* `Arduino Examples`_


.. _Adafruit_SSD1306_Library: https://github.com/mcauser/Adafruit_SSD1306/tree/esp8266-64x48
.. _LOLIN I2C Button library: https://github.com/wemos/LOLIN_OLED_I2C_Button_Library
.. _Arduino Examples: https://github.com/wemos/LOLIN_OLED_I2C_Button_Library/tree/master/examples
.. _@mcauser: https://github.com/mcauser










22 changes: 11 additions & 11 deletions docs/en/d1_mini_shiled/tft_2_4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ Features
Pins
---------------------

================= =================
**D1 mini** **Shield**
NC*(D1/D2/D3/D4) TFT_LED
RST*(D1/D3/D4)) TFT_RST
D8 TFT_DC
D7 MOSI
D6 MISO
D5 SCK
D0 TFT_CS
D3*(D1/D2/D4) TS_CS
================= =================
================= ================= =================
**D1 mini** **GPIO** **Shield**
NC*(D1/D2/D3/D4) NC*(5/4/0/2) TFT_LED
RST*(D1/D3/D4)) RST*(5/0/2) TFT_RST
D8 15 TFT_DC
D7 13 MOSI
D6 12 MISO
D5 14 SCK
D0 16 TFT_CS
D3*(D1/D2/D4) 0*(5/4/2) TS_CS
================= ================= =================

*\* - default*

Expand Down

0 comments on commit e2a1d28

Please sign in to comment.