Once, twice in month we will send You info about new products, products on sale and news from Arduino and DIY world.
Graphic LCD display module with 128x64 resolution, white pixels, blue background
On stock: 198
How many | Discount |
Price per piece
with VAT, in PLN |
---|---|---|
1 | 32,00 | |
5+ | 5,00 % | 30,41 |
10+ | 8,00 % | 29,45 |
25+ | 11,00 % | 28,49 |
Quantity discounts does not sum with other discounts |
LCD module, graphic, 128x64. ST7290 driver. Can be connected in parallel or via SPI.
You can use u8g2 library to drive (in both modes).
Connecting to Arduino UNO (LCD - UNO)
With this connection 8Ug2 init code is:
U8G2_ST7920_128X64_1_8080 u8g2(
U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7,
/*enable=*/ 18 /* A4 */, /*cs=*/ U8X8_PIN_NONE,
/*dc/rs=*/ 17 /* A3 */, /*reset=*/ 15 /* A1 */
);
Init code:
U8G2_ST7920_128X64_1_HW_SPI u8g2(U8G2_R0, /* CS=*/ 10, /* reset=*/ 8);
Once, twice in month we will send You info about new products, products on sale and news from Arduino and DIY world.