2012-02-13 06:48 AM
Hello,
Je suis un d�butant et j'essaye de commander une LCD (16 * 2) avec un STM32VL : afficher et ajuster une horloge (a l'aide des deux boutons B1 et B2 sur la carte) sur le LCD .et je sais pas par quoi je commence !!! Vous pouvez me conseiller :) #proposition-svp #calendar #stm32vl #help-lcd-2*16-car2012-02-16 01:34 AM
thank you all
2012-02-16 04:35 AM
For TimingDelay, review library examples :
stm32vldiscovery_package\Project\Examples\SysTick\main.c stm32vldiscovery_package\Project\Examples\SysTick\stm32f10x_it.c2012-02-17 08:24 AM
thank you Clive1 ... and can you help me in the soft !!!
je casse ma tete sans rien avoir !!! il ya aucun erreur maintenant mais il n'affiche rien !!! ni carcatere dans le LCD ni un erreur !! :'(2012-02-21 03:30 AM
salut,
daccord mon programme est bon, compilable, je fait un test avec lossiloscope, tous va bien mais encore l'afficheur n'affiche rien !!!! proposition svp !! :'(2012-02-26 11:51 AM
Have you looked at the voltage levels? I'm trying to do the same thing, but what's keeping me from moving forward is that my LCD is 5V, and I'm having problems with the output voltage on my board. Make sure they're compatible.
2012-03-01 05:25 AM
salut,
j'ai afficher sur l'afficheur...donc SVP vous pouvez m'aidez comment afficher un real time sur l'afficheur !!SVP j'ai aucune idée !!!!2012-03-09 02:34 AM
pas d'aide !!!
pas de conseille !!!d'accord !! bien sure j'essaye de le faire et je fais un effort, je fait la configuration du RTC, mais j'ai aucune idée comment afficher les Digits du temps sur le LCD !!!c la configuration :)*******************************j'ai dejàcréerune fonctiond’affichagemais je sais pas est ce que c bon ou non!!*******************************
/**
* @brief Sends data to the LCD.
* @param Data: Data to be displayed.
* This parameter can be one of following parameters:
* @arg an u8 value
* @retval None
*/
void LCD_SendData(u8
Data
){
/* send the command */
LCD_SendData_4bit(
Data
>>4);LCD_SendData_4bit(
Data
);}
je veus que
Data
etre un variable soit disant HH,MM ou SS !!!
alors pour afficher :
LCD_SendData(THH
) // envoi d'heure
LCD_SendData(0x..) //afficher :
LCD_SendData(TMM
) //envoi des minutes
LCD_SendData(0x..
) //afficher :
LCD_SendData(TSS
) //envoi des secondes
******************************
********************
any one can help me !! :'( ________________ Attachments : RTC_Timer.c : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006Hzbc&d=%2Fa%2F0X0000000bOF%2FJOe_0WTESnpT2yybZlzjPWkYlF.T.I0MVbsq8wd8Ldc&asPdf=false