Skip to content

A console and optional MicroPython REPL for MPDisplay on *Python

License

Notifications You must be signed in to change notification settings

bdbarnett/console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Console

Console is a console / MicroPython REPL for MPDisplay adapted from 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 for a usage example.

About

A console and optional MicroPython REPL for MPDisplay on *Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages