Browse
STMicroelectronics Community
FAQs
Sign In
Product forums
STM32 MCUs
STM32 MCUs Products
STM32 MCUs Boards and hardware tools
STM32 MCUs Software development tools
STM32 MCUs Embedded software
STM32 MCUs TouchGFX and GUI
STM32 MCUs Motor control
STM32 MCUs Security
STM32 MCUs Wireless
STM32 MPUs
STM32 MPUs Products
STM32 MPUs Boards and hardware tools
STM32 MPUs Embedded software and solutions
STM32 MPUs Software development tools
MEMS and sensors
MEMS (sensors)
Imaging (sensors)
Automotive and Transportation
Automotive MCUs
AutoDevKit Ecosystem
GNSS positioning
Edge AI
Interface and connectivity ICs
Power management
ST25 NFC/RFID tags and readers
STM8 MCUs
Others: hardware and software
Analog and audio
Knowledge base
STM32 MCUs
STM32 MPUs
MEMS and sensors
Analog and audio
EMI filtering and signal conditioning
Interface and connectivity ICs
Power management
Quality & reliability
Academy
About
Community guidelines
Feedback forum
Community blog
Developer news
SSabo.1
Associate
since
2020-05-10
2023-06-14
User statistics
3
Posts
0
Solutions
0
Kudos given
0
Kudos received
STMicroelectronics Community
About SSabo.1
Options
Report User
User Activity
Posts
Replies
Hi Friends, For our 400WH4003ST-M , IPS type LCD I need driver files for ST7701S,Can anyone provide me driver files for ST7701s ??
2020-06-26
I'm working on stm32f469 discovery board for GUI application , using stm32cubemx 5.4 and graphics framework stemWin, where I want to display integers from 1 to 5, my delay function is not working I guess, only 1st value 1 is displaying on the screen.
2020-05-10
This is the application code, which I'm writing on GUI_App.c ,for (uint8_t i = 1; i < 5; i++) { GUI_DispDecAt(i, (LCD_GetXSize() - 150) / 2, (LCD_GetYSize() - 20) / 2, 1); GUI_Delay(1000);}can anyone please guide me through this, thanks in advan...
Re: How to use LCD MIPI DSI LP Mode to initialize LCD?
2020-06-26
Hi Friends, Can anyone provide me driver files for ST7701s ??