Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Olimex ESP32-SBC-FabGL board #338

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

TsvetanUsunov
Copy link

CH32V003_Driver CH32V003.h and .c contains source of the driver needed to communicate with CH32V003 chip.

wiiNunchuk.h and .c contains source of device driver to use WiiNunchuk device with FabGL library. Example of its usage can be found in examples/Olimex_ESP32-SBC-FabGL_board folder (the Space Invaders game).

Copy link

@mobluse mobluse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The wiiNunchuk files have nonstandard line endings for GitHub and have now a single line each with red ^M:s.

Is the SpaceInvaders game a copy of the game that already exists in FabGL? Would it not be better to modify that rather than adding a new file? There could perhaps be conditional compiling for your board.

@peter-valkov
Copy link

@mobluse wiiNunchuk end-of-lines is now fixed. Thanks for noticing.
The SpaceInvaders game is modified copy of the original example with changed resolution and modifications to use wiiNunchuck attached to CH32V003 as third additional controller. Unfortunately this will not work on other boards so we decided to put it as separate example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants