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

Investigate CANalyzer interface options #50

Open
owenpark8 opened this issue Nov 15, 2024 · 2 comments
Open

Investigate CANalyzer interface options #50

owenpark8 opened this issue Nov 15, 2024 · 2 comments
Assignees
Labels

Comments

@owenpark8
Copy link

Screen: Size, interface (SPI, LTDC, etc), touch screen?
Buttons: What will user input look like? How many buttons? Keyboard? Etc.

@artyom-boyarov
Copy link

artyom-boyarov commented Nov 22, 2024

Sample displays

https://www.buydisplay.com/9-inch-lcd-module-tft-display-w-touch-panel-i2c-serial-spi-arduino - 9" display capable of I2C interface.
https://www.digikey.com/en/products/detail/stmicroelectronics/STM32H747I-DISCO/10244393

Note: only the following boards support to LTDC controller for interfacing with LCD displays:

• STM32F429/439 and STM32F469/479 lines
• STM32F7x6, STM32F7x7, STM32F7x8, and STM32F7x9 lines
• STM32H7A3/B3, STM32H742, STM32H743/753, STM32H745/755, STM32H747/757 lines
• STM32H7B0, STM32H750 value lines
• STM32H7R3/7S3 and STM32H7R7/7S7 lines
• STM32L4+ series or STM32L4R/S and STM32L4P/Q
• STM32U595/5A5, STM32U599/5A9, STM32U5F7/5G7, STM32U5F9/5G9 lines
If we want to use the NUCLEO-G431RBs we need to use an I2C/SPI-based LCD display.

Code examples for LTDC controller:

https://github.com/STMicroelectronics/STM32CubeH7/tree/master/Projects/STM32H747I-DISCO/Examples/LCD_DSI

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

No branches or pull requests

5 participants