Jump to content

SSD1351 driver stub: double release_bus()


Recommended Posts

Posted

SSD1331: release_bus() called before post_init_board()

ILI9341: post_init_board() called before release_bus()

Also how mature is the ILI9341 driver? The oldest file has this commit comment: "New ILI9341 driver - not working fully yet (some display issues)"

Posted

The ILI9341 is used by the Mikromedia STM32 M4 board which is one of my main development boards so last i looked it was working well.

Having said that recently I have been using the STM32F746-Discovery board as its driver has been a work in progress with lots of complications but essential for future STM32 processors.

There was also some thought to replace some of the hard coded values with an include file but i cant remember how far that got.

So, in conclusion yes it dhould definitely work. I will recheck just to make sure later today.

Posted

The ILI9341 is known to work well. I have a couple of products/boards here that use the ILI9341. The only thing that might not be 100% supported are orientations and power modes. However, I have a fully working driver. I will put that into the repository soon next week.

~ Tectu

Posted

I have fixed the release_bus() calls for the SSD1331 and the SSD1351 drivers.

All others are correct.

I was wrong in my thoughts above - the correct place is after the post_init_board() call.

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...