MaixPy_scripts/board
AIWintermuteAI c3d59efe2a added amigo lvgl touch screen demo, lvgl multiple screens demo, fixed pin definition 2021-04-14 22:28:39 +08:00
..
board.py [board_info] update for duino/dock/cube/amigo. 2020-10-12 22:23:50 +08:00
config_maix_amigo.py Update config_maix_amigo.py 2021-03-22 11:27:20 +08:00
config_maix_amigo_ips.py added amigo lvgl touch screen demo, lvgl multiple screens demo, fixed pin definition 2021-04-14 22:28:39 +08:00
config_maix_bit.py [board_info] add bit config.json 2020-11-12 11:29:34 +08:00
config_maix_cube.py add config lcd back_light 2021-03-08 18:37:20 +08:00
config_maix_dock.py Update config_maix_dock.py 2020-11-12 11:31:49 +08:00
config_maix_duino.py Update config_maix_duino.py 2021-01-06 11:56:26 +08:00
config_maix_go.py Add board config of MaixGo 2020-10-31 16:07:33 +08:00
readme.md [board_info] update for duino/dock/cube/amigo. 2020-10-12 22:23:50 +08:00

readme.md

Sipeed Typical hardware.

调用如下指定硬件的代码完成对指定硬件配置项config.json的导入。

Calls the code for the specified hardware below to complete the import of the specified hardware configuration item (config.json).

这可以为了让你在运行基础示例代码的时候减少不必要的麻烦。

This will save you the hassle of running the basic sample code.

请确保 MaixPy 固件在 2020年10月12日 maixpy_v0.5.1_96_ga678dcd 以上的固件版本。

Make sure the MaixPy firmware is in the firmware version above maixpy_v0.5.1_96_ga678dcd on October 12, 2020.

Maix Cube

config_maix_cube.py

Maix Dock

config_maix_dock.py

Maix Duino

config_maix_duino.py

Maix Amigo

config_maix_amigo.py

other hareware.

你可以借助该接口代码适配你的硬件。

You can adapt your hardware with this interface code.