# pxt-OLED **Repository Path**: dfrobot/pxt-OLED ## Basic Information - **Project Name**: pxt-OLED - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-02 - **Last Updated**: 2025-02-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SSD1306 OLED 12864 This is the MakeCode Package for SSD1306 OLED controller, based on the makecode library available ## Table of Contents * [URL](#url) * [Summary](#summary) * [Blocks](#blocks) * [License](#license) ## URL project URL: ```https://github.com/DFRobot/pxt-OLED``` ## Summary 0.96-inch 128x64 resolution OLED display module, using SSD1360 driver, communicates with the host through the I2C interface. ## Blocks ### 1.showUserNumber ![image](https://github.com/DFRobot/pxt-OLED/blob/master/image/showNumber.png)
Displays a number on the OLED module with a newline. ### 2.showUserText ![image](https://github.com/DFRobot/pxt-OLED/blob/master/image/showUserText.png)
Displays a string on the OLED module with a newline. ### 3.clear ![image](https://github.com/DFRobot/pxt-OLED/blob/master/image/clear.png)
Clears the display. ## License MIT