Skip to content

inajob/esp32-text-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32 hid keyboard editor

M5StackにUSB Host Shieldを接続し、キーボードをつなげた状態で動作するエディタです。

エディタのコア部分をlibに分離してあるので、例えばCardKBなどに対応させるのは簡単だと思います。

絶賛作業中です。

ローマ字入力により日本語が入力できたりします。

Memo

USB Host Shieldとの接続

Setup dictionary

http://openlab.ring.gr.jp/skk/dic-ja.html から辞書をダウンロードしてください。

辞書が大きいと、かな漢字変換が非常に遅くなるので「SKK-JISYO.S」がおススメです。

ファイルの中身をUTF-8、改行コードLFに変換したうえで、data/SKK-JISYO.S.txtに保存してください。

下記コマンドラインで辞書をSPIFFSに格納してください。

$ platformio run -e esp32 --target uploadfs

Build and upload

$ platformio run -e esp32 --target upload

Test

$ platformio test -e native

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published