cancel
Showing results for 
Search instead for 
Did you mean: 

Programming an LCD via ST32F103ZE microcontroller

mariemzidi
Associate II
Posted on March 04, 2010 at 10:38

Programming an LCD via ST32F103ZE microcontroller

13 REPLIES 13
tkjmail2
Associate II
Posted on May 17, 2011 at 13:42

Hi.

I've made a software application which takes a BMP and convert it into a hexadecimal byte array (char)

Then I've made this function which shows the BMP;

void DispPic(u16 x0, u16 y0, const unsigned char *str); 

If you are interested I can send the code to you - OBS: the software is made in Visual Basic .NET!

Best Regards

Thomas Jespersen

Nickname12668_O
Associate II
Posted on May 17, 2011 at 13:42

Hi Thomas,

Could you please post it on the forum in a zip file for everybody.

It could be usefull for all STM32 forum users.

Thank you in advance.

mariemzidi
Associate II
Posted on May 17, 2011 at 13:42

Hi Thomas,

I am really interested on the code (for displaying the BMP picture) you talked about..

I will be very thankful if u send me the code..

Best Regards,

tkjmail2
Associate II
Posted on May 17, 2011 at 13:42

Of course.

But as my other thread about a Hard Fault error explains, the code doesn't work probably. The code works on a STM32F103RET6, but on the STM32F103ZET6 it makes a Hard Fault error!

Here is the thread:

[DEAD LINK /public/STe2ecommunities/mcu/Lists/ARM%20CortexM3%20STM32/Flat.aspx?RootFolder=/public/STe2ecommunities/mcu/Lists/ARM CortexM3 STM32/Hard Fault error&FolderCTID=0x01200200770978C69A1141439FE559EB459D758000626BE2B829C32145B9EB5739142DC17E&TopicsView=https://my.st.com/public/STe2ecommunities/mcu/Lists/ARM%2520CortexM3%2520STM32/AllItems.aspx&currentviews=51]https://my.st.com/public/STe2ecommunities/mcu/Lists/ARM%20CortexM3%20STM32/Flat.aspx?RootFolder=%2fpublic%2fSTe2ecommunities%2fmcu%2fLists%2fARM%20CortexM3%20STM32%2fHard%20Fault%20error&FolderCTID=0x01200200770978C69A1141439FE559EB459D758000626BE2B829C32145B9EB5739142DC17E&TopicsView=https%3A%2F%2Fmy%2Est%2Ecom%2Fpublic%2FSTe2ecommunities%2Fmcu%2FLists%2FARM%2520CortexM3%2520STM32%2FAllItems%2Easpx&currentviews=51

But I will post the code when I have found and fixed the error!

Best Regards

Thomas Jespersen