2010-03-04 01:38 AM
Programming an LCD via ST32F103ZE microcontroller
2011-05-17 04:42 AM
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
2011-05-17 04:42 AM
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.2011-05-17 04:42 AM
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,2011-05-17 04:42 AM
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¤tviews=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¤tviews=51 But I will post the code when I have found and fixed the error! Best Regards Thomas Jespersen