Jump to content

SSD 2119 drivers


mathias2286

Recommended Posts

Hi, im new on this and im working for a project at the university. I have a stm32f4 discovery board and a DM lcd35rt display that has a ssd2119 driver, anyone could send me some driver or code that works? The LCD display can be used with a stm324 base board but i did it without it using the schematic conections provided by stm32f4 base board datasheet, thanks a lot!

Link to comment
Share on other sites

Hello Mathias and welcome to the community!

The SSD2119 driver is already part of uGFX and therefore you won't have much to do. And in case of you're using the standard STM32F4-Discovery + Embest STM32-DMSTF4BB there is nothing to do at all as the board files for this development board already exists as well.

If you are working with a different setup all you have to do is implementing the board file for the SSD2119 driver. Copy the /drivers/gdisp/SSD2119/board_SSD2119_template.h file to your project, name it board_SSD2119 and implement the functions accordingly. Everything else is already done for you.

I hope that helps.

~ Tectu

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...