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

fix(Examples): Fix MAX78002 TFT_Demo Example for TFT=ADAFRUIT #869

Merged

Conversation

selimgullulu
Copy link
Contributor

TFT_Demo Example for MAX78002 with Adafruit Featherwing TFT Display was not working properly.

-main.c is changed in order to initiate the TFT Display, then the Touchscreen.

After the change, the example works fine:
IMG_8172
IMG_8173
IMG_8174

selimgullulu and others added 4 commits January 12, 2024 15:49
Added MSC_TFT_Init  for initializing Adafruit display (wasn't there at all)
Added MXC_TS_Start()
Added TFT_Print("Touch the screen!", 0, 120, font_5, 17);
Added TFT_Print for reminding to check serial terminal.
@github-actions github-actions bot added the MAX78002 Related to the MAX78002 (AI87) label Jan 12, 2024
@sihyung-maxim sihyung-maxim changed the title fix(Examples): MAX78002 ADAFRUIT Featherwing TFT_Demo Example fix(Examples): Add proper initialization for Adafruit Featherwing display in the MAX78002 TFT_Demo example Jan 12, 2024
Copy link
Contributor

@Jake-Carter Jake-Carter left a comment

Choose a reason for hiding this comment

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

Thanks @selimgullulu

@Jake-Carter Jake-Carter changed the title fix(Examples): Add proper initialization for Adafruit Featherwing display in the MAX78002 TFT_Demo example fix(Examples): Fix MAX78002 TFT_Demo Example for TFT=ADAFRUIT Jan 13, 2024
@Jake-Carter Jake-Carter merged commit 0441d9b into analogdevicesinc:main Jan 13, 2024
16 checks passed
@selimgullulu selimgullulu deleted the fix/MAX78002_TFT_Demo_Adafruit branch January 15, 2024 05:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MAX78002 Related to the MAX78002 (AI87)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants