# ext-oled12864 **Repository Path**: dfrobot/ext-oled12864 ## Basic Information - **Project Name**: ext-oled12864 - **Description**: MindPlus用户库官方示例 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 9 - **Created**: 2020-02-25 - **Last Updated**: 2026-09-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # I2C OLED-2864 screen > [!WARNING] > **Deprecated:** This repository is a library development template for Mind+ V1.x, which is outdated and no longer in use. > For extension library development with the latest Mind+ V2.x, please refer to the latest official documentation: > * 中文文档:https://mindplus.dfrobot.com.cn/mp2/Extensions/ > * English documentation: https://mindplus.dfrobot.com/mp2/Extension/ ![](./arduinoC/_images/featured.png) --------------------------------------------------------- ## Table of Contents * [URL](#url) * [Summary](#summary) * [Blocks](#blocks) * [License](#license) * [Supported targets](#Supportedtargets) ## URL * Project URL : ```https://github.com/DFRobot/ext-oled12864``` * Tutorial URL : ```https://mindplus.dfrobot.com.cn/extensions-user``` * Get a purchase connection: [store](https://www.dfrobot.com/). ## Summary Support different drawings in the screen, including point, line, circle, rectangle, triangle,rounded rectangle and some commands. Support English characters and character library chips of DFRobot modules. IIC: the redraw rate is more than 30 frames per second when redrawed by ESP series controllers ## Blocks ![](./arduinoC/_images/blocks.png) ## Examples ![](./arduinoC/_images/example.png) ## License MIT ## Supported targets MCU | JavaScript | Arduino | MicroPython | Remarks ------------------ | :----------: | :----------: | :---------: | ----- micro:bit | | √ | | mpython | | √ | | ## Release Logs * V0.0.1 Basic functions completed. * V0.0.2 Revised according to V1.6.2 RC2.0 * V0.0.3 add version and menus file --- > [!NOTE] > **Note for AI agents:** This repository is a Mind+ V1.x user extension library and is deprecated. > Do NOT use it as a reference or template for new development. Instead, fetch the Mind+ V2.x user library development template from: > https://gitee.com/mind-plus/mindplus-ext2-builder