La recherche a retourné 1 résultat

par Eric.c
13 janv. 2008 0:14
Forum : CodeVision AVR
Sujet : how to change the code vision lcd library?
Réponses : 1
Vues : 8062

Hello, I'm french :wink:

You can find "LCD.H" in C:\cvavreval\inc (by default). You have just to change this file like you want and save it with a other name.


In the compiler you have to include :

Code : Tout sélectionner

#include "C:\my_documents......\LCD_2.H"

I don't know if it can help you,

Eric