mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-15 01:54:15 -08:00
fcc74c59ce
* hide the mess! (#3) * initial changes to folder structure * redirect tests * fix links * fix links and redirects * fix link and remove redirects for now * fixing more broken links * updates * more broken links * trunk fmt * really forked something up * another broken link * really forked something up * fixing links again * LINKS FINALLY FIXED, added missing seeed devices * stupid vs code * I really hate vs code * honestly, I despise vs code * I want to kick vs code * All this extra work for what * spacing * I really want to curse vs code * spacing * spacing * Renamed folder * had to go nuclear to fix * trunk fmt * add heltec vision master series * fixing links * test redirect * need to rename heltec folder to allow for redirects * needed to change raspberry-pi to raspberrypi * oops fix links * add chatter to index * redirects -- I think this is comprehensive * pesky comma * no * remove images * smaller images * indents and white spaces * remove weird {" "} * remove large photo * add smaller image, use image that wasn't being used
78 lines
2.8 KiB
Plaintext
78 lines
2.8 KiB
Plaintext
---
|
|
id: screens
|
|
title: RAK WisBlock Screens
|
|
sidebar_label: Screens
|
|
sidebar_position: 2
|
|
---
|
|
|
|
import Tabs from "@theme/Tabs";
|
|
import TabItem from "@theme/TabItem";
|
|
|
|
There are currently two different screens supported by the RAK WisBlock system:
|
|
|
|
<Tabs
|
|
groupId="rakscreens"
|
|
queryString="rakscreens"
|
|
defaultValue="OLED"
|
|
values={[
|
|
{label: 'OLED Display', value: 'OLED'},
|
|
{label: 'E-Ink Display', value: 'E-Ink'}
|
|
]}>
|
|
<TabItem value="OLED">
|
|
|
|
## RAK1921 OLED Display
|
|
|
|
The [RAK1921 OLED display](https://store.rakwireless.com/products/rak1921-oled-display-panel) is a 0.96 inch monochrome display.
|
|
|
|
- 0.96 inch OLED display
|
|
- Resolution 128 x 64 pixels
|
|
- I<sup>2</sup>C interface
|
|
|
|
This item requires soldering.
|
|
Similar modules are widely available from other suppliers, but do check the boards as some have the VDD and GND pins swapped round. This will prevent directly soldering the display to the baseboard. The preferred order is VDD, GND, SCL, SDA.
|
|
If pin ordering on the OLED board are swapped, there are some tricks to allow either reconfiguring the pins of the OLED via soldered jumpers, or by carefully soldering wire for those pins that are out-of-sequence. The final option is to use longer wires between the board and display, which permits re-ordering the wires as required.
|
|
|
|
### Resources
|
|
|
|
- [RAK Documentation Center](https://docs.rakwireless.com/Product-Categories/WisBlock/RAK1921/Overview/#product-description)
|
|
- Purchase Links:
|
|
- US
|
|
- [Rokland](https://store.rokland.com/products/rak-wireless-wisblock-oled-display-rak1921-pid-110004)
|
|
- International
|
|
- [RAK Wireless](https://store.rakwireless.com/products/rak1921-oled-display-panel)
|
|
|
|
[<img alt="0.96 inch OLED display" src="/img/hardware/screen.webp" style={{zoom:'25%'}} />](/img/hardware/screen.webp)
|
|
|
|
</TabItem>
|
|
<TabItem value="E-Ink">
|
|
|
|
## RAK1400 E-Ink Display
|
|
|
|
The [RAK1400 EPD module](https://store.rakwireless.com/products/wisblock-epd-module-rak14000) is an ultra low power E-Ink display with three user buttons.
|
|
|
|
- 2.13 inch black and white E-Ink display
|
|
- Three button module
|
|
- Resolution 212 x 104 pixels
|
|
- Occupies the IO Port of a Wisblock Base
|
|
|
|
Please note only the white-black display is supported at this time, the white-black-red display may work, but is not supported.
|
|
|
|
### Resources
|
|
|
|
- Firmware for 5005 with RAK14000 e-paper: [`firmware-rak4631_eink-X.X.X.xxxxxxx.uf2`](/downloads)
|
|
- [RAK Documentation Center](https://docs.rakwireless.com/Product-Categories/WisBlock/RAK14000/Overview/#product-description)
|
|
- Purchase Links:
|
|
- US
|
|
- [Rokland](https://store.rokland.com/products/rak-wireless-wisblock-epd-module-rak14000-pid-110024)
|
|
- International
|
|
- [RAK Wireless](https://store.rakwireless.com/products/wisblock-epd-module-rak14000)
|
|
|
|
<img
|
|
alt="RAK4631 5005 14000"
|
|
src="/img/hardware/rak4631_5005_epaper.webp"
|
|
style={{ zoom: "50%" }}
|
|
/>
|
|
|
|
</TabItem>
|
|
</Tabs>
|