# mpconsole **Repository Path**: danmu_admin/mpconsole ## Basic Information - **Project Name**: mpconsole - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-25 - **Last Updated**: 2024-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Console Console is a console / MicroPython REPL for MPDisplay adapted from [FBConsole](https://github.com/boochow/FBConsole) Note: the Unix port of MicroPython has os.dupterm(), which enables duplicating the terminal (REPL), disabled by default. To enable it, add ``` #define MICROPY_PY_OS_DUPTERM (1) ``` to the bottom of ``` micropython/ports/unix/mpconfigport.h ``` See [console_simpletest.py](examples/console_simpletest.py) for a usage example.