Simple driver for the ST7920 graphic LCD 128x64. Basic functions for displaying internal ROM fonts like a 16x4 LCD Extended function to fill the screen with a bitmap

Dependents:   Graficador_De_Bode_OTERO-OSSO_PPs2018

Files at this revision

API Documentation at this revision

Comitter:
JAgustinOtero
Date:
Thu Dec 06 00:06:24 2018 +0000
Parent:
0:1a97e0243dbc
Commit message:
ST7920

Changed in this revision

README.txt Show annotated file Show diff for this revision Revisions of this file
st7920.h Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.txt	Thu Dec 06 00:06:24 2018 +0000
@@ -0,0 +1,2 @@
+FUNCIONES GRAFICAS DE LA CONTROLADORA DEL DISPLAY ST7920
+NO ALTERAR YA QUE PODRIA PRODUCIR UNA FALLA EN EL SISTEMA
\ No newline at end of file
--- a/st7920.h	Fri Jun 29 22:47:51 2012 +0000
+++ b/st7920.h	Thu Dec 06 00:06:24 2018 +0000
@@ -214,7 +214,6 @@
     
 
     
-private:
     BusInOut DB;
     DigitalOut RS;
     DigitalOut RW;