cancel
Showing results for 
Search instead for 
Did you mean: 

Difference between adv7533 F7 and H7

idrissmc
Associate III

Hello community,

i want to know what’s the difference between the adv7533 that sits in the F7 Cube and the H7 Cube? Why there are extra files for the H7 Cube? (reg.h and reg.c)

thank you

3 REPLIES 3
TDK
Guru

It looks like the H7 driver has considerably more functionality.

If you feel a post has answered your question, please click "Accept as Solution".

Yes but will F7 driver be enough for simple application (just display an image)

Surely you can open the file and determine if it includes the functionality you require.
Looks like functions that draw are in a different file in the F7:
https://github.com/STMicroelectronics/STM32CubeF7/blob/c7c5ec99c7482ea8bcdbf0a869c930af4547088f/Drivers/BSP/STM32F769I-Discovery/stm32f769i_discovery_lcd.c
If you feel a post has answered your question, please click "Accept as Solution".