OPEN-SMART 2.4" LCD display 128x64 ST7565
Code: LA141061Free Shipping
From 100 EUR
30 Days to Return
For Registered
30 Days to Return
For Registered Customers
Free Shipping
For orders from 100 EUR
Customer Care
We handle complaints within 5 days
Quick dispatch
Within 24 hours
Related products
Product detailed description
It is a monochrome LCD display of 2.4" size with a resolution of 128x64 dots, without backlight. It uses the ST7565 controller with SPI interface.
Adafruit ST7565-LCD library can be used for Arduino, with contrast setting glcd.begin(0x07); The contrast can be adjusted in the range of approx. 0x00-0x0A (0-10).
For the display to work properly, a modification in the ST7565.cpp library file is required:
Change pagemap setting to: const uint8_t pagemap[] = { 7, 6, 5, 4, 3, 2, 1, 0 };
Comment out the line: #define enablePartialUpdate
Specifications:
- Resolution: 128x64
- Power supply: 3.3V
- Current consumption: up to 10mA
- Logic level 3.3V
- Interface: 4w SPI
- Module dimensions: 85x51.2mm
- Driver IC: ST7565
Delivery components:
- 1pc OPEN-SMART 2.4" LCD display 128x64 ST7565
Remark:
- This product is not a standalone functional unit and may require professional installation.
- Product images are for illustration purposes only and may sometimes differ from the actual appearance of the item. However, this does not change its basic properties.
Additional parameters
Category: | LCD displays |
---|---|
Warranty: | 2 years |
Weight: | 0.042 kg |
Be the first who will post an article to this item!
Add a rating
J
Displej s podsvícením
Jiří
Dobrý den,
byla by možnost přidat k tomuto displeji jakési podsvícení? Případně zda by se dala zařadit do prodeje i varianta s podsvícením, pokud by to bylo možné? Díky.
Reply
Reply
MF
Displej s podsvícením
Martin Frajdl
Dobrý den, tento displej jsme bohužel s podsvícením nikde nedohledali.
O
Klidova spotreba
OSi
Dobry den,
je nekde prosim uvedena klidova spotreba aktivniho displeje (ve stavu kdy displej zobrazuje, ale nekomunikuje s MCU)?
Dekuji
Reply
Reply
MF
Klidova spotreba
Martin Frajdl
Dobrý den, podařilo se dohledat jen obecnou informaci o odběru displeje: Do 10mA. Přidali jsme tuto informaci i do popisu zboží.
L
Jak rozběhnout s u8g2?
Lukáš
Mohli byste mi prosím poradit? Vůbec se nechytám :-( Asi nejblíž jsem s takovouhle inicializací, ale kontrast je velmi špatný:
U8G2_ST7565_EA_DOGM128_F_4W_SW_SPI u8g2(U8G2_R2, /* clock=*/ 14, /* data=*/ 13, /* cs=*/ 15, /* dc=*/ 12, /* reset=*/ 3);
HW SPI na Wemos D1 mini mi vůbec nejde rozběhnout.
Odkaz na knihovnu:
https://github.com/olikraus/u8g2
Reply
Reply
MF
Jak rozběhnout s u8g2?
Martin Frajdl
Dobrý den, do popisu jsme přidali odkaz na funkční knihovnu, včetně použitelného nastavení kontrsatu. Jedná se o knihovnu Adafruit ST7565-LCD a nastavení kontrastu glcd.begin(0x07);