Difference between revisions of "2.42inch IIC OLED Module SKU:MC242GX"

From LCD wiki
Jump to: navigation, search
(Interface Definition)
(Common Software)
 
(4 intermediate revisions by the same user not shown)
Line 107: Line 107:
 
|-
 
|-
 
| align="center" |'''①'''
 
| align="center" |'''①'''
| align="center" |'''14 Pin Header'''
+
| align="center" |'''5 Pin Header'''
|2.54mm spacing row pins, module signal input pins
+
|2.54mm spacing row pins, module signal input pins(RES defaults to not welding)
 
|-
 
|-
 
| align="center" |'''②'''
 
| align="center" |'''②'''
| align="center" |'''Micro SD Slot'''
+
| align="center" |'''IIC  switches resistance from device address'''
|Insert a Micro SD card to expand storage space, such as storing big data content such as fonts and images
+
|Solder to 0x78 ,using 0x78 slave device address
|-
+
 
| align="center" |'''③'''
+
Soldered to 0x7A, using 0x7A from device address
| align="center" |'''14P FPC'''
 
|0.5mm FPC terminal, used for module signal input with the same function as ①
 
 
|}
 
|}
  
Line 127: Line 125:
 
|-
 
|-
 
| align="center" |1
 
| align="center" |1
| align="center" |'''VCC'''
+
| align="center" |'''GND'''
|Power positive
+
|OLED screen power supply ground
 
|-
 
|-
 
| align="center" |2
 
| align="center" |2
| align="center" |'''GND'''
+
| align="center" |'''VCC'''
|Power ground
+
|OLED screen power supply positive pole  (connected to 5V/3.3V)
 
|-
 
|-
 
| align="center" |3
 
| align="center" |3
| align="center" |'''LCD_CS'''
+
| align="center" |'''SCL'''
|LCD selection control signal, Low level active
+
|IIC bus clock signal
 
|-
 
|-
 
| align="center" |4
 
| align="center" |4
| align="center" |'''LCD_RST'''
+
| align="center" |'''SDA'''
|LCD reset control signal, Low level reset
+
|IIC bus data signal
 
|-
 
|-
 
| align="center" |5
 
| align="center" |5
| align="center" |'''LCD_RS'''
+
| align="center" |'''RES'''
|LCD command / data selection control signal
+
|The pin arrangement is not soldered by default. If  the reset function needs to be controlled in the program, it needs to be  soldered
 
 
High level: data, low level: command
 
|-
 
| align="center" |6
 
| align="center" |'''SDI(MOSI)'''
 
|SPI bus write data signal(SD card and LCD screen  used together)
 
|-
 
| align="center" |7
 
| align="center" |'''SCK'''
 
|SPI bus clock signal(SD card and LCD screen used  together)
 
|-
 
| align="center" |8
 
| align="center" |'''LED'''
 
|LCD backlight control signal (If you need control, please connect the pins. If you don't need control, you can skip it)
 
|-
 
| align="center" |9
 
| align="center" |'''SDO(MISO)'''
 
|SPI bus read data signal (SD card and LCD screen used together)
 
|-
 
| align="center" |10
 
| align="center" |'''CTP_SCL'''
 
|Capacitive  touch screen IIC bus clock signal (modules without touch screens do not need  to be connected)
 
|-
 
| align="center" |11
 
| align="center" |'''CTP_RST'''
 
|Capacitor  touch screen reset control signal, low-level reset (modules without touch  screens do not need to be connected)
 
|-
 
| align="center" |12
 
| align="center" |'''CTP_SDA'''
 
|Capacitive  touch screen IIC bus data signal (modules without touch screens do not need  to be connected)
 
|-
 
| align="center" |13
 
| align="center" |'''CTP_INT'''
 
|Capacitor  touch screen IIC bus touch interrupt signal, when generating touch, input low  level to the main control (modules without touch screens do not need to be  connected)
 
|-
 
| align="center" |14
 
| align="center" |'''SD_CS'''
 
|SD card selection control  signal, low level active  (without SD card function, can be disconnected)
 
 
|-
 
|-
 
|}
 
|}
Line 188: Line 148:
 
==<font color="blue">Product Documentation</font> ==
 
==<font color="blue">Product Documentation</font> ==
  
* [http://www.lcdwiki.com/res/MSP2833_MSP2834/MSP2833_MSP2834_Specification_EN_V1.0.pdf '''2.8inch IPS SPI Module Specification''']
+
* [http://www.lcdwiki.com/res/MC242GX/MC242GX_Specification_EN_V1.0.pdf '''2.42inch OLED IIC Module Specification''']
* [http://www.lcdwiki.com/res/MSP2833_MSP2834/2.8inch_SPI_Module_MSP2833_MSP2834_User_Manual_EN.pdf '''2.8inch IPS SPI Module User Manual''']
+
* [http://www.lcdwiki.com/res/MC242GX/2.42inch_OLED_IIC_Module_MC242GX_User_Manual_EN.pdf '''2.42inch OLED IIC Module User Manual''']
* [http://www.lcdwiki.com/res/MSP2833_MSP2834/ILI9341V_Init.txt '''ILI9341 initialization''']
+
* [http://www.lcdwiki.com/res/MC242GX/2.42inch_SSD1309_Init.txt '''2.42inch OLED SSD1309 initialization''']
* [http://www.lcdwiki.com/res/MSP2833_MSP2834/QD2833-Specifications-A.pdf '''2.8inch IPS LCD Specifications''']
+
* [http://www.lcdwiki.com/res/MC242GX/OLED242W_SPEC.pdf '''2.42inch OLED Screen Specifications(White)''']
* [http://www.lcdwiki.com/res/MSP2833_MSP2834/2.8inch_CTP_Module_FT6336G_Size.pdf '''2.8inch Capacitive Touch Screen Size Picture''']
+
* [http://www.lcdwiki.com/res/MC242GX/OLED242B_SPEC.pdf '''2.42inch OLED Screen Specifications(Blue)''']
* [http://www.lcdwiki.com/res/MSP2833_MSP2834/2.8inch_SPI_Module_MSP2834_Size.pdf '''2.8inch IPS SPI Module with Touch Screen Size Picture''']
+
* [http://www.lcdwiki.com/res/MC242GX/OLED242Y_SPEC.pdf '''2.42inch OLED Screen Specifications(Yellow)''']
* [http://www.lcdwiki.com/res/MSP2833_MSP2834/2.8inch_SPI_Module_MSP2833_Size.pdf '''2.8inch IPS SPI Module without Touch Screen Size Picture''']
+
* [http://www.lcdwiki.com/res/MC242GX/2.42inch_IIC_Module_MC242GX_Size.pdf '''2.42inch OLED IIC Module Size Picture''']
* [http://www.lcdwiki.com/res/MSP2833_MSP2834/2.8inch_SPI_Module_MSP2833_MSP2834_Schematic.pdf '''2.8inch IPS SPI Module Schematic''']
+
* [http://www.lcdwiki.com/res/MC242GX/2.42inch_IIC_Module_MC242GX_Schematic.pdf '''2.42inch OLED IIC Module Schematic''']
* [http://www.lcdwiki.com/res/MSP2833_MSP2834/Altium_2.8inch_18pin_QD2833_Package_library.zip '''2.8inch IPS SPI Module screen Schematic and PCB package library''']
+
* [http://www.lcdwiki.com/res/MC242GX/Altium_2.42inch_OLED_24pin_OLED242X_Package_library.zip '''2.42inch OLED Screen Schematic and PCB package library''']
* [http://www.lcdwiki.com/res/MSP2833_MSP2834/ILI9341_Datasheet.pdf ''''LCD Driver IC ILI9341 Data sheet''']
+
* [http://www.lcdwiki.com/res/MC242GX/SSD1309.pdf '''OLED Screen Driver IC SSD1309 Data sheet''']
* [http://www.lcdwiki.com/res/MSP2833_MSP2834/D-FT6336G-DataSheet-V1.0.pdf '''Touch Screen Driver IC FT6336G Data sheet''']
 
* [http://www.lcdwiki.com/res/MSP2833_MSP2834/FT6336G_Register.xlsx '''Touch Screen Driver IC FT6336G Register Table''']
 
  
 
==<font color="blue">Program Download</font> ==
 
==<font color="blue">Program Download</font> ==
  
* [http://www.lcdwiki.com/res/Program/CTP_SPI/2.8inch/SPI_ILI9341_MSP2833_MSP2834_V1.0/2.8inch_SPI_Module_ILI9341_MSP2833_MSP2834_V1.0.zip '''2.8inch IPS SPI Module MSP2833_MSP2834 Package''']
+
* [http://www.lcdwiki.com/res/Program/OLED/2.42inch/IIC_SSD1309_MC242GX_V1.0/2.42inch_OLED_SSD1309_IIC_Module_MC242GX_V1.0.zip '''2.42inch OLED IIC Module MC242GX Package''']
  
 
==<font color="blue">Reference Materials</font> ==
 
==<font color="blue">Reference Materials</font> ==
  
* [http://www.lcdwiki.com/res/MSP2833_MSP2834/2.8inch_SPI_MSP2833_MSP2834_C51_Demo_Instructions_EN.pdf '''2.8inch IPS SPI Module C51 Demo Instructions''']
+
* [http://www.lcdwiki.com/res/MC242GX/2.42inch_OLED_IIC_MC242GX_C51_Demo_Instructions_EN.pdf '''2.42inch OLED IIC Module C51 Demo Instructions''']
* [http://www.lcdwiki.com/res/MSP2833_MSP2834/2.8inch_SPI_MSP2833_MSP2834_CH32_Demo_Instructions_EN.pdf '''2.8inch IPS SPI Module CH32 Demo Instructions''']
+
* [http://www.lcdwiki.com/res/MC242GX/2.42inch_OLED_IIC_MC242GX_CH32_Demo_Instructions_EN.pdf '''2.42inch OLED IIC Module CH32 Demo Instructions''']
* [http://www.lcdwiki.com/res/MSP2833_MSP2834/2.8inch_SPI_MSP2833_MSP2834_ESP32_Demo_Instructions_EN.pdf '''2.8inch IPS SPI Module ESP32 Demo Instructions''']
+
* [http://www.lcdwiki.com/res/MC242GX/2.42inch_OLED_IIC_MC242GX_ESP32_Demo_Instructions_EN.pdf '''2.42inch OLED IIC Module ESP32 Demo Instructions''']
* [http://www.lcdwiki.com/res/MSP2833_MSP2834/2.8inch_SPI_MSP2833_MSP2834_STM32_Demo_Instructions_EN.pdf '''2.8inch IPS SPI Module STM32 Demo Instructions''']
+
* [http://www.lcdwiki.com/res/MC242GX/2.42inch_OLED_IIC_MC242GX_STM32_Demo_Instructions_EN.pdf '''2.42inch OLED IIC Module STM32 Demo Instructions''']
* [http://www.lcdwiki.com/res/MSP2833_MSP2834/2.8inch_SPI_MSP2833_MSP2834_UNO_Mega2560_Demo_Instructions_EN.pdf '''2.8inch IPS SPI Module UNO_Mega2560 Demo Instructions''']
+
* [http://www.lcdwiki.com/res/MC242GX/2.42inch_OLED_IIC_MC242GX_UNO_Mega2560_Demo_Instructions_EN.pdf '''2.42inch OLED IIC Module UNO_Mega2560 Demo Instructions''']
 +
* [http://www.lcdwiki.com/res/MC242GX/2.42inch_OLED_IIC_MC242GX_RaspberryPi_Demo_Instructions_EN.pdf '''2.42inch OLED IIC Module RaspberryPi Demo Instructions''']
 
* [http://www.lcdwiki.com/res/PublicFile/Arduino_development_environment_construction_for_ESP32_EN.pdf '''Arduino development environment construction for ESP32''']
 
* [http://www.lcdwiki.com/res/PublicFile/Arduino_development_environment_construction_for_ESP32_EN.pdf '''Arduino development environment construction for ESP32''']
 
* [http://www.lcdwiki.com/res/PublicFile/PCtoLCD2002_Use_Illustration_EN.pdf '''PCtoLCD2002 software use illustration''']
 
* [http://www.lcdwiki.com/res/PublicFile/PCtoLCD2002_Use_Illustration_EN.pdf '''PCtoLCD2002 software use illustration''']
 
* [http://www.lcdwiki.com/res/PublicFile/Image2Lcd_Use_Illustration_EN.pdf '''Image2Lcd software use illustration''']
 
* [http://www.lcdwiki.com/res/PublicFile/Image2Lcd_Use_Illustration_EN.pdf '''Image2Lcd software use illustration''']
* [http://www.lcdwiki.com/res/PublicFile/Flash_Download_Operation_Instructions_EN.pdf '''flash_download_tool software use illustration(use for ESP32)''']
 
 
* [http://www.lcdwiki.com/Chinese_and_English_display_modulo_settings '''Chinese and English display modulo settings''']
 
* [http://www.lcdwiki.com/Chinese_and_English_display_modulo_settings '''Chinese and English display modulo settings''']
  
Line 222: Line 180:
 
* [http://www.lcdwiki.com/res/software/PCtoLCD2002.zip '''PCtoLCD2002''']
 
* [http://www.lcdwiki.com/res/software/PCtoLCD2002.zip '''PCtoLCD2002''']
 
* [http://www.lcdwiki.com/res/software/Image2Lcd.zip '''Image2Lcd''']
 
* [http://www.lcdwiki.com/res/software/Image2Lcd.zip '''Image2Lcd''']
* [http://www.lcdwiki.com/res/software/flash_download_tool_3.9.4.zip '''flash_download_tool''']
 
  
 
[[#top|BACK TO TOP]]
 
[[#top|BACK TO TOP]]

Latest revision as of 15:56, 15 August 2023


语言选择

Languages

➤中文
➤EN


Product Picture

MC242GX-01.jpgMC242GX-02.jpg

Product Description

  • 2.42” OLED monochrome screen, equipped with three monochrome displays: white, yellow, and blue
  • 128x64 resolution, clear display effect, high contrast
  • Large viewing angle: greater than 160 ° (the screen with the largest viewing angle in the display screen)
  • Wide voltage power supply (3V~5V), compatible with 3.3V and 5V logic levels, without the need for level conversion chips
  • Adopting IIC bus communication, only 4 IO ports are needed to light up
  • Equipped with an iron frame, it can effectively protect the display screen
  • Ultra low power consumption (much lower than TFT display screen)
  • Provide rich example learning programs (ESP32/STM32/ Arduino/C51/CH32/RaspberryPi)
  • Provide low-level driver technical support, and update WIKI information online
  • Multiple tests for module aging can meet military level standards, supporting long-term stable work

Product Parameters

Name Parameter
Display Screen Parameters
Screen Size 2.42 inch
Screen Type OLED
Resolution 128x64 (pixels)
Active Area (AA area) 55.01(W)x27.49(H)(mm)
Display Color White/Blue/Yellow (Monochrome)
Driver IC SSD1309
Display Interface IIC
Pixel Size 0.43(H)x0.43(V)(mm)
View Angle ALL 0’CLOCK
Brightness(TYP) 110(cd/m2)
Operation Temperature -40~70(℃)
Storage Temperature -40~85(℃)
Size Parameters
OLED Outline Size 60.5±0.2(W)x37.0±0.2(H)x2.0±0.1(D)(mm)(Excluding cables and adhesive backing)
Module Outline Size 72.0(W)x43.0(H)x12.39(D)(mm)(including Pin Header)
Electrical Parameters
Working Voltage 5.0/3.3V
Working Current 52 mA(Max)
Power 0.26W(Max)
Other Parameters
SKU MC242GW (White)/MC242GB (Blue)/MC242GY (Yellow)
Interface 5Pin 2.54mm Header(RES defaults to not welding)
Weight(including package) 23g

Interface Definition

MC242GX-04.png

  • Interface Function Description
Number Interface Function Description
5 Pin Header 2.54mm spacing row pins, module signal input pins(RES defaults to not welding)
IIC switches resistance from device address Solder to 0x78 ,using 0x78 slave device address

Soldered to 0x7A, using 0x7A from device address

  • Pin Function Description
Number Pin Label Description
1 GND OLED screen power supply ground
2 VCC OLED screen power supply positive pole (connected to 5V/3.3V)
3 SCL IIC bus clock signal
4 SDA IIC bus data signal
5 RES The pin arrangement is not soldered by default. If the reset function needs to be controlled in the program, it needs to be soldered

Product Documentation

Program Download

Reference Materials

Common Software

BACK TO TOP