Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 560 Bytes

chinese_ime.md

File metadata and controls

10 lines (7 loc) · 560 Bytes

如何加入中文输入法

在示例项目中,没有加入输入法,主要是开发板的flash不够。如果flash够大(不小于4M时),可以自行加入:

  • 加入3rd/gpinyin/src中的代码。
  • 加入src/input_engines/input_engine_pinyin.cpp。
  • 去掉src/input_engines/input_engine_null.cpp。
  • include路径加入3rd/gpinyin/include。
  • 把default_full.ttf拷贝到default.tff,重新生成资源并编译(defualt.ttf中没有汉字,default_full.ttf里才有,所以需要切换字体,否则输入的字符无法显示)。