Skip to content

Instantly share code, notes, and snippets.

@Et7f3
Created September 13, 2017 18:59
Show Gist options
  • Save Et7f3/e7a3494c74dc4ea23849db8a394ceda9 to your computer and use it in GitHub Desktop.
Save Et7f3/e7a3494c74dc4ea23849db8a394ceda9 to your computer and use it in GitHub Desktop.
fichier à jour
#include "./libcaddinFile/_libcaddin.h"
int main(void)
{
unsigned int key;
Bdisp_AllClr_DDVRAM();
//locate(1,3);
Print((unsigned char*)"This application is");
locate(1,5);
Print((unsigned char*)" sample Addp-In.");
while(1){
GetKey(&key);
}
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment