diff --git a/doc/html/button_8h-source.html b/doc/html/button_8h-source.html index 0657b4f..204c2a0 100644 --- a/doc/html/button_8h-source.html +++ b/doc/html/button_8h-source.html @@ -49,7 +49,7 @@ 00035 0x00,0x00,0x00,0x00}; 00036 -
Generated on Tue May 19 21:40:21 2009 for glcd by  +
Generated on Tue May 26 15:32:24 2009 for glcd by  doxygen 1.5.5
diff --git a/doc/html/button_8h.html b/doc/html/button_8h.html index 8511a0a..92a1681 100644 --- a/doc/html/button_8h.html +++ b/doc/html/button_8h.html @@ -40,7 +40,7 @@

-


Generated on Tue May 19 21:40:21 2009 for glcd by  +
Generated on Tue May 26 15:32:24 2009 for glcd by  doxygen 1.5.5
diff --git a/doc/html/files.html b/doc/html/files.html index 02774c6..68ed7aa 100644 --- a/doc/html/files.html +++ b/doc/html/files.html @@ -29,7 +29,7 @@ include/lc7981.h [code] -
Generated on Tue May 19 21:40:21 2009 for glcd by  +
Generated on Tue May 26 15:32:24 2009 for glcd by  doxygen 1.5.5
diff --git a/doc/html/globals.html b/doc/html/globals.html index 5d5ec6e..d997435 100644 --- a/doc/html/globals.html +++ b/doc/html/globals.html @@ -81,11 +81,14 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li
  • lcd_plot_char() : lc7981.c , lc7981.h +
  • lcd_plot_pgmtext() +: lc7981.c
  • lcd_plot_pixel() : lc7981.c , lc7981.h
  • lcd_plot_text() -: lc7981.c +: lc7981.c +, lc7981.h
  • lcd_read_byte() : lc7981.c , lc7981.h @@ -111,11 +114,11 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li
  • LCD_TEXT_LINES : lc7981.h
  • lcd_write_command() -: lc7981.h -, lc7981.c +: lc7981.c +, lc7981.h
  • lcd_write_text() -: lc7981.c -, lc7981.h +: lc7981.h +, lc7981.c

    - m -

    • main() @@ -132,7 +135,7 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li , button.h
    -
    Generated on Tue May 19 21:40:21 2009 for glcd by  +
    Generated on Tue May 26 15:32:24 2009 for glcd by  doxygen 1.5.5
    diff --git a/doc/html/globals_defs.html b/doc/html/globals_defs.html index 905cd11..46f4bcd 100644 --- a/doc/html/globals_defs.html +++ b/doc/html/globals_defs.html @@ -77,7 +77,7 @@ : lc7981.h -
    Generated on Tue May 19 21:40:21 2009 for glcd by  +
    Generated on Tue May 26 15:32:24 2009 for glcd by  doxygen 1.5.5
    diff --git a/doc/html/globals_func.html b/doc/html/globals_func.html index fb10ebc..7d7533a 100644 --- a/doc/html/globals_func.html +++ b/doc/html/globals_func.html @@ -46,20 +46,23 @@
  • lcd_plot_char() : lc7981.c , lc7981.h +
  • lcd_plot_pgmtext() +: lc7981.c
  • lcd_plot_pixel() : lc7981.c , lc7981.h
  • lcd_plot_text() -: lc7981.c +: lc7981.h +, lc7981.c
  • lcd_read_byte() -: lc7981.h -, lc7981.c +: lc7981.c +, lc7981.h
  • lcd_strobe() : lc7981.c , lc7981.h
  • lcd_write_command() -: lc7981.c -, lc7981.h +: lc7981.h +, lc7981.c
  • lcd_write_text() : lc7981.h , lc7981.c @@ -67,7 +70,7 @@ : main.c -
    Generated on Tue May 19 21:40:21 2009 for glcd by  +
    Generated on Tue May 26 15:32:24 2009 for glcd by  doxygen 1.5.5
    diff --git a/doc/html/globals_vars.html b/doc/html/globals_vars.html index 96e4e4f..75c336f 100644 --- a/doc/html/globals_vars.html +++ b/doc/html/globals_vars.html @@ -41,7 +41,7 @@ , 8x8_horizontal_LSB_1.h -
    Generated on Tue May 19 21:40:21 2009 for glcd by  +
    Generated on Tue May 26 15:32:24 2009 for glcd by  doxygen 1.5.5
    diff --git a/doc/html/index.html b/doc/html/index.html index 3ace89b..6066718 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -17,7 +17,7 @@

    glcd Documentation

    0.1beta

    -
    Generated on Tue May 19 21:40:21 2009 for glcd by  +
    Generated on Tue May 26 15:32:24 2009 for glcd by  doxygen 1.5.5
    diff --git a/doc/html/lc7981_8c.html b/doc/html/lc7981_8c.html index dd2caaa..1c34446 100644 --- a/doc/html/lc7981_8c.html +++ b/doc/html/lc7981_8c.html @@ -46,7 +46,9 @@  This function will plot a bitmap with the upper left corner to the given coordinates.
    void lcd_plot_char (uint8_t x_off, uint8_t y_off, uint8_t c, uint8_t fw, uint8_t fh, const uint8_t *font) -void lcd_plot_text (uint8_t x_off, uint8_t y_off, const char *text, const uint8_t *font) +void lcd_plot_text (uint8_t x_off, uint8_t y_off, const char *text, uint8_t fw, uint8_t fh, const uint8_t *font) + +void lcd_plot_pgmtext (uint8_t x_off, uint8_t y_off, const char *text, uint8_t fw, uint8_t fh, const uint8_t *font)

    Variables

    uint8_t lcd_mode @@ -181,7 +183,7 @@ lcd_init set the to default values. ) - [inline] + @@ -262,6 +264,59 @@ This function is dedicated to Greta, one of the most important persons in my lif

    + +

    + +

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    void lcd_plot_pgmtext (uint8_t  x_off,
    uint8_t  y_off,
    const char *  text,
    uint8_t  fw,
    uint8_t  fh,
    const uint8_t *  font 
    )
    +
    +
    + +

    +

    @@ -308,7 +363,7 @@ set or unset a pixel at the specified location

    - +

    @@ -330,6 +385,18 @@ set or unset a pixel at the specified location + + + + + + + + + + + + @@ -487,7 +554,7 @@ Currently used mode, can be text or graphic.

    -


    Generated on Tue May 19 21:40:21 2009 for glcd by  +
    Generated on Tue May 26 15:32:24 2009 for glcd by  doxygen 1.5.5
    diff --git a/doc/html/lc7981_8h-source.html b/doc/html/lc7981_8h-source.html index e30343d..6282260 100644 --- a/doc/html/lc7981_8h-source.html +++ b/doc/html/lc7981_8h-source.html @@ -91,15 +91,16 @@ 00077 void lcd_plot_bitmap(uint8_t x, uint8_t y, const uint8_t *bitmap, uint8_t w, uint8_t h); 00078 00079 inline void lcd_plot_char(uint8_t x_off, uint8_t y_off, uint8_t c, uint8_t fw, uint8_t fh, const uint8_t* font); -00080 +00080 void lcd_plot_text(uint8_t x_off, uint8_t y_off, const char *text, uint8_t fw, uint8_t fh, const uint8_t *font); 00081 -00082 inline void lcd_strobe(); -00083 inline void lcd_write_command(uint8_t cmd, uint8_t data); -00084 inline uint8_t lcd_read_byte(); -00085 -00086 #endif /* LC7981_H_ */ +00082 +00083 inline void lcd_strobe(); +00084 inline void lcd_write_command(uint8_t cmd, uint8_t data); +00085 inline uint8_t lcd_read_byte(); +00086 +00087 #endif /* LC7981_H_ */ -
    Generated on Tue May 19 21:40:21 2009 for glcd by  +
    Generated on Tue May 26 15:32:24 2009 for glcd by  doxygen 1.5.5
    diff --git a/doc/html/lc7981_8h.html b/doc/html/lc7981_8h.html index f2649af..2fad752 100644 --- a/doc/html/lc7981_8h.html +++ b/doc/html/lc7981_8h.html @@ -108,6 +108,8 @@
    + + @@ -648,7 +650,7 @@ lcd_init set the to default values. - +
    const char *  text,
    uint8_t  fw,
    uint8_t  fh,
     This function will plot a bitmap with the upper left corner to the given coordinates.
    void lcd_plot_char (uint8_t x_off, uint8_t y_off, uint8_t c, uint8_t fw, uint8_t fh, const uint8_t *font)
    void lcd_plot_text (uint8_t x_off, uint8_t y_off, const char *text, uint8_t fw, uint8_t fh, const uint8_t *font)
    void lcd_strobe ()
     Generates the strobe signal for writing data.
    ) [inline]
    @@ -773,6 +775,59 @@ set or unset a pixel at the specified location +
    +

    + +

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    void lcd_plot_text (uint8_t  x_off,
    uint8_t  y_off,
    const char *  text,
    uint8_t  fw,
    uint8_t  fh,
    const uint8_t *  font 
    )
    +
    +
    + +

    +

    @@ -878,7 +933,7 @@ Writes a command and a data byte to the lcd.

    -


    Generated on Tue May 19 21:40:21 2009 for glcd by  +
    Generated on Tue May 26 15:32:24 2009 for glcd by  doxygen 1.5.5
    diff --git a/doc/html/main_8c.html b/doc/html/main_8c.html index 0b2dfda..de66880 100644 --- a/doc/html/main_8c.html +++ b/doc/html/main_8c.html @@ -47,7 +47,7 @@

    -


    Generated on Tue May 19 21:40:21 2009 for glcd by  +
    Generated on Tue May 26 15:32:24 2009 for glcd by  doxygen 1.5.5
    diff --git a/doc/latex/doxygen.sty b/doc/latex/doxygen.sty index 55dcaea..e875c6a 100644 --- a/doc/latex/doxygen.sty +++ b/doc/latex/doxygen.sty @@ -10,8 +10,8 @@ {\fancyplain{}{\bfseries\rightmark}} \rhead[\fancyplain{}{\bfseries\leftmark}] {\fancyplain{}{\bfseries\thepage}} -\rfoot[\fancyplain{}{\bfseries\scriptsize Generated on Tue May 19 21:40:21 2009 for glcd by Doxygen }]{} -\lfoot[]{\fancyplain{}{\bfseries\scriptsize Generated on Tue May 19 21:40:21 2009 for glcd by Doxygen }} +\rfoot[\fancyplain{}{\bfseries\scriptsize Generated on Tue May 26 15:32:23 2009 for glcd by Doxygen }]{} +\lfoot[]{\fancyplain{}{\bfseries\scriptsize Generated on Tue May 26 15:32:23 2009 for glcd by Doxygen }} \cfoot{} \newenvironment{Code} {\footnotesize} diff --git a/doc/latex/lc7981_8c.tex b/doc/latex/lc7981_8c.tex index f29a8d4..8fe8078 100644 --- a/doc/latex/lc7981_8c.tex +++ b/doc/latex/lc7981_8c.tex @@ -24,7 +24,9 @@ void {\bf lcd\_\-plot\_\-bitmap} (uint8\_\-t x\_\-off, uint8\_\-t y\_\-off, cons \begin{CompactList}\small\item\em This function will plot a bitmap with the upper left corner to the given coordinates. \item\end{CompactList}\item void {\bf lcd\_\-plot\_\-char} (uint8\_\-t x\_\-off, uint8\_\-t y\_\-off, uint8\_\-t c, uint8\_\-t fw, uint8\_\-t fh, const uint8\_\-t $\ast$font) \item -void {\bf lcd\_\-plot\_\-text} (uint8\_\-t x\_\-off, uint8\_\-t y\_\-off, const char $\ast$text, const uint8\_\-t $\ast$font) +void {\bf lcd\_\-plot\_\-text} (uint8\_\-t x\_\-off, uint8\_\-t y\_\-off, const char $\ast$text, uint8\_\-t fw, uint8\_\-t fh, const uint8\_\-t $\ast$font) +\item +void {\bf lcd\_\-plot\_\-pgmtext} (uint8\_\-t x\_\-off, uint8\_\-t y\_\-off, const char $\ast$text, uint8\_\-t fw, uint8\_\-t fh, const uint8\_\-t $\ast$font) \end{CompactItemize} \subsection*{Variables} \begin{CompactItemize} @@ -72,7 +74,7 @@ lcd\_\-init set the to default values. \end{Desc} \index{lc7981.c@{lc7981.c}!lcd\_\-plot\_\-bitmap@{lcd\_\-plot\_\-bitmap}} \index{lcd\_\-plot\_\-bitmap@{lcd\_\-plot\_\-bitmap}!lc7981.c@{lc7981.c}} -\subsubsection{\setlength{\rightskip}{0pt plus 5cm}void lcd\_\-plot\_\-bitmap (uint8\_\-t {\em x\_\-off}, \/ uint8\_\-t {\em y\_\-off}, \/ const uint8\_\-t $\ast$ {\em bitmap}, \/ uint8\_\-t {\em w}, \/ uint8\_\-t {\em h})\hspace{0.3cm}{\tt [inline]}}\label{lc7981_8c_f3b584ee8235c6ed4ebefc50f8a95915} +\subsubsection{\setlength{\rightskip}{0pt plus 5cm}void lcd\_\-plot\_\-bitmap (uint8\_\-t {\em x\_\-off}, \/ uint8\_\-t {\em y\_\-off}, \/ const uint8\_\-t $\ast$ {\em bitmap}, \/ uint8\_\-t {\em w}, \/ uint8\_\-t {\em h})}\label{lc7981_8c_f3b584ee8235c6ed4ebefc50f8a95915} This function will plot a bitmap with the upper left corner to the given coordinates. @@ -97,6 +99,11 @@ This function is dedicated to Greta, one of the most important persons in my lif \subsubsection{\setlength{\rightskip}{0pt plus 5cm}void lcd\_\-plot\_\-char (uint8\_\-t {\em x\_\-off}, \/ uint8\_\-t {\em y\_\-off}, \/ uint8\_\-t {\em c}, \/ uint8\_\-t {\em fw}, \/ uint8\_\-t {\em fh}, \/ const uint8\_\-t $\ast$ {\em font})\hspace{0.3cm}{\tt [inline]}}\label{lc7981_8c_9bbbc52f3cb24a861d11b08e1c14bca2} +\index{lc7981.c@{lc7981.c}!lcd\_\-plot\_\-pgmtext@{lcd\_\-plot\_\-pgmtext}} +\index{lcd\_\-plot\_\-pgmtext@{lcd\_\-plot\_\-pgmtext}!lc7981.c@{lc7981.c}} +\subsubsection{\setlength{\rightskip}{0pt plus 5cm}void lcd\_\-plot\_\-pgmtext (uint8\_\-t {\em x\_\-off}, \/ uint8\_\-t {\em y\_\-off}, \/ const char $\ast$ {\em text}, \/ uint8\_\-t {\em fw}, \/ uint8\_\-t {\em fh}, \/ const uint8\_\-t $\ast$ {\em font})}\label{lc7981_8c_cba3fd3277d8785693564bb296d53049} + + \index{lc7981.c@{lc7981.c}!lcd\_\-plot\_\-pixel@{lcd\_\-plot\_\-pixel}} \index{lcd\_\-plot\_\-pixel@{lcd\_\-plot\_\-pixel}!lc7981.c@{lc7981.c}} \subsubsection{\setlength{\rightskip}{0pt plus 5cm}void lcd\_\-plot\_\-pixel (uint8\_\-t {\em x}, \/ uint8\_\-t {\em y}, \/ uint8\_\-t {\em set})}\label{lc7981_8c_735111507ed83172f58d5af2953e31c6} @@ -111,7 +118,7 @@ set or unset a pixel at the specified location \end{Desc} \index{lc7981.c@{lc7981.c}!lcd\_\-plot\_\-text@{lcd\_\-plot\_\-text}} \index{lcd\_\-plot\_\-text@{lcd\_\-plot\_\-text}!lc7981.c@{lc7981.c}} -\subsubsection{\setlength{\rightskip}{0pt plus 5cm}void lcd\_\-plot\_\-text (uint8\_\-t {\em x\_\-off}, \/ uint8\_\-t {\em y\_\-off}, \/ const char $\ast$ {\em text}, \/ const uint8\_\-t $\ast$ {\em font})}\label{lc7981_8c_1e956901a8e75f3d7264d8e0e9ccaf60} +\subsubsection{\setlength{\rightskip}{0pt plus 5cm}void lcd\_\-plot\_\-text (uint8\_\-t {\em x\_\-off}, \/ uint8\_\-t {\em y\_\-off}, \/ const char $\ast$ {\em text}, \/ uint8\_\-t {\em fw}, \/ uint8\_\-t {\em fh}, \/ const uint8\_\-t $\ast$ {\em font})}\label{lc7981_8c_324c97a9fc335bb59fb6f2f56d729dd5} \index{lc7981.c@{lc7981.c}!lcd\_\-read\_\-byte@{lcd\_\-read\_\-byte}} diff --git a/doc/latex/lc7981_8h.tex b/doc/latex/lc7981_8h.tex index 169da6d..8ebf290 100644 --- a/doc/latex/lc7981_8h.tex +++ b/doc/latex/lc7981_8h.tex @@ -67,6 +67,8 @@ void {\bf lcd\_\-plot\_\-bitmap} (uint8\_\-t x, uint8\_\-t y, const uint8\_\-t $ \begin{CompactList}\small\item\em This function will plot a bitmap with the upper left corner to the given coordinates. \item\end{CompactList}\item void {\bf lcd\_\-plot\_\-char} (uint8\_\-t x\_\-off, uint8\_\-t y\_\-off, uint8\_\-t c, uint8\_\-t fw, uint8\_\-t fh, const uint8\_\-t $\ast$font) \item +void {\bf lcd\_\-plot\_\-text} (uint8\_\-t x\_\-off, uint8\_\-t y\_\-off, const char $\ast$text, uint8\_\-t fw, uint8\_\-t fh, const uint8\_\-t $\ast$font) +\item void {\bf lcd\_\-strobe} () \begin{CompactList}\small\item\em Generates the strobe signal for writing data. \item\end{CompactList}\item void {\bf lcd\_\-write\_\-command} (uint8\_\-t cmd, uint8\_\-t data) @@ -269,7 +271,7 @@ lcd\_\-init set the to default values. \end{Desc} \index{lc7981.h@{lc7981.h}!lcd\_\-plot\_\-bitmap@{lcd\_\-plot\_\-bitmap}} \index{lcd\_\-plot\_\-bitmap@{lcd\_\-plot\_\-bitmap}!lc7981.h@{lc7981.h}} -\subsubsection{\setlength{\rightskip}{0pt plus 5cm}void lcd\_\-plot\_\-bitmap (uint8\_\-t {\em x\_\-off}, \/ uint8\_\-t {\em y\_\-off}, \/ const uint8\_\-t $\ast$ {\em bitmap}, \/ uint8\_\-t {\em w}, \/ uint8\_\-t {\em h})\hspace{0.3cm}{\tt [inline]}}\label{lc7981_8h_175d691feb304584c8c18e6456e07401} +\subsubsection{\setlength{\rightskip}{0pt plus 5cm}void lcd\_\-plot\_\-bitmap (uint8\_\-t {\em x\_\-off}, \/ uint8\_\-t {\em y\_\-off}, \/ const uint8\_\-t $\ast$ {\em bitmap}, \/ uint8\_\-t {\em w}, \/ uint8\_\-t {\em h})}\label{lc7981_8h_175d691feb304584c8c18e6456e07401} This function will plot a bitmap with the upper left corner to the given coordinates. @@ -306,6 +308,11 @@ set or unset a pixel at the specified location \begin{description} \item[{\em x}]horizontal position of the pixel (starts at 0) \item[{\em y}]horizontal position of the pixel (starts at 0) \item[{\em set}]can be PIXEL\_\-ON or PIXEL\_\-OFF \end{description} \end{Desc} +\index{lc7981.h@{lc7981.h}!lcd\_\-plot\_\-text@{lcd\_\-plot\_\-text}} +\index{lcd\_\-plot\_\-text@{lcd\_\-plot\_\-text}!lc7981.h@{lc7981.h}} +\subsubsection{\setlength{\rightskip}{0pt plus 5cm}void lcd\_\-plot\_\-text (uint8\_\-t {\em x\_\-off}, \/ uint8\_\-t {\em y\_\-off}, \/ const char $\ast$ {\em text}, \/ uint8\_\-t {\em fw}, \/ uint8\_\-t {\em fh}, \/ const uint8\_\-t $\ast$ {\em font})}\label{lc7981_8h_324c97a9fc335bb59fb6f2f56d729dd5} + + \index{lc7981.h@{lc7981.h}!lcd\_\-read\_\-byte@{lcd\_\-read\_\-byte}} \index{lcd\_\-read\_\-byte@{lcd\_\-read\_\-byte}!lc7981.h@{lc7981.h}} \subsubsection{\setlength{\rightskip}{0pt plus 5cm}uint8\_\-t lcd\_\-read\_\-byte ()\hspace{0.3cm}{\tt [inline]}}\label{lc7981_8h_6334333537ad1d0bd51cba1e80f32e74} diff --git a/doc/latex/refman.tex b/doc/latex/refman.tex index ed26eb1..09df3c9 100644 --- a/doc/latex/refman.tex +++ b/doc/latex/refman.tex @@ -21,7 +21,7 @@ \vspace*{1cm} {\large Generated by Doxygen 1.5.5}\\ \vspace*{0.5cm} -{\small Tue May 19 21:40:21 2009}\\ +{\small Tue May 26 15:32:24 2009}\\ \end{center} \end{titlepage} \clearemptydoublepage