diff --git a/doc/html/button_8h-source.html b/doc/html/button_8h-source.html index e7a6f6c..1b94ed9 100644 --- a/doc/html/button_8h-source.html +++ b/doc/html/button_8h-source.html @@ -9,6 +9,7 @@
@@ -49,7 +50,7 @@ 00035 0x00,0x00,0x00,0x00}; 00036 -
Generated on Sat May 16 13:46:33 2009 for glcd by  +
Generated on Sat May 16 16:44:14 2009 for glcd by  doxygen 1.5.5
diff --git a/doc/html/button_8h.html b/doc/html/button_8h.html index c98d3b1..6ea01fa 100644 --- a/doc/html/button_8h.html +++ b/doc/html/button_8h.html @@ -9,6 +9,7 @@ @@ -40,7 +41,7 @@

-


Generated on Sat May 16 13:46:33 2009 for glcd by  +
Generated on Sat May 16 16:44:14 2009 for glcd by  doxygen 1.5.5
diff --git a/doc/html/files.html b/doc/html/files.html index 4d2c189..e2c72b5 100644 --- a/doc/html/files.html +++ b/doc/html/files.html @@ -9,6 +9,7 @@ @@ -23,11 +24,12 @@

File List

Here is a list of all files with brief descriptions: +
button.h [code]
main.c
uplaod_repo.py
include/lc7981.c
include/lc7981.h [code]
-
Generated on Sat May 16 13:46:33 2009 for glcd by  +
Generated on Sat May 16 16:44:14 2009 for glcd by  doxygen 1.5.5
diff --git a/doc/html/globals.html b/doc/html/globals.html index 57d249e..8358859 100644 --- a/doc/html/globals.html +++ b/doc/html/globals.html @@ -9,6 +9,7 @@ @@ -125,7 +126,7 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li : button.h -
Generated on Sat May 16 13:46:33 2009 for glcd by  +
Generated on Sat May 16 16:44:14 2009 for glcd by  doxygen 1.5.5
diff --git a/doc/html/globals_defs.html b/doc/html/globals_defs.html index 82820c8..88377fb 100644 --- a/doc/html/globals_defs.html +++ b/doc/html/globals_defs.html @@ -9,6 +9,7 @@ @@ -77,7 +78,7 @@ : lc7981.h -
Generated on Sat May 16 13:46:33 2009 for glcd by  +
Generated on Sat May 16 16:44:14 2009 for glcd by  doxygen 1.5.5
diff --git a/doc/html/globals_func.html b/doc/html/globals_func.html index e64a4ba..f3512b1 100644 --- a/doc/html/globals_func.html +++ b/doc/html/globals_func.html @@ -9,6 +9,7 @@ @@ -62,7 +63,7 @@ : main.c -
Generated on Sat May 16 13:46:33 2009 for glcd by  +
Generated on Sat May 16 16:44:14 2009 for glcd by  doxygen 1.5.5
diff --git a/doc/html/globals_vars.html b/doc/html/globals_vars.html index 9dc634c..ccd17e0 100644 --- a/doc/html/globals_vars.html +++ b/doc/html/globals_vars.html @@ -9,6 +9,7 @@ @@ -39,7 +40,7 @@ : button.h -
Generated on Sat May 16 13:46:33 2009 for glcd by  +
Generated on Sat May 16 16:44:14 2009 for glcd by  doxygen 1.5.5
diff --git a/doc/html/index.html b/doc/html/index.html index 0bdf9a6..ba4a977 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -9,6 +9,7 @@ @@ -17,7 +18,7 @@

glcd Documentation

0.1beta

-
Generated on Sat May 16 13:46:33 2009 for glcd by  +
Generated on Sat May 16 16:44:14 2009 for glcd by  doxygen 1.5.5
diff --git a/doc/html/lc7981_8c.html b/doc/html/lc7981_8c.html index 4963aaf..ad4b014 100644 --- a/doc/html/lc7981_8c.html +++ b/doc/html/lc7981_8c.html @@ -9,6 +9,7 @@ @@ -43,6 +44,7 @@  set or unset a pixel at the specified location
void lcd_plot_bitmap (uint8_t x_off, uint8_t y_off, const uint8_t *bitmap, uint8_t w, uint8_t h) + This function will plot a bitmap with the upper left corner to the given coordinates.

Variables

uint8_t lcd_mode @@ -182,6 +184,8 @@ lcd_init set the to default values.
+

+This function will plot a bitmap with the upper left corner to the given coordinates.

@@ -368,7 +372,7 @@ Currently used mode, can be text or graphic.

-


Generated on Sat May 16 13:46:33 2009 for glcd by  +
Generated on Sat May 16 16:44:14 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 e932a53..54b138c 100644 --- a/doc/html/lc7981_8h-source.html +++ b/doc/html/lc7981_8h-source.html @@ -9,6 +9,7 @@ @@ -65,7 +66,7 @@ 00051 inline void lcd_gotoxy(uint8_t x, uint8_t y); 00052 00053 void lcd_plot_pixel(uint8_t x, uint8_t y, uint8_t set); -00054 void lcd_plot_bitmap(uint8_t x, uint8_t y, const uint8_t *bitmap, uint8_t w, uint8_t h); +00054 void lcd_plot_bitmap(uint8_t x, uint8_t y, const uint8_t *bitmap, uint8_t w, uint8_t h); 00055 00056 00057 inline void lcd_strobe(); @@ -74,7 +75,7 @@ 00060 00061 #endif /* LC7981_H_ */ -
Generated on Sat May 16 13:46:33 2009 for glcd by  +
Generated on Sat May 16 16:44:14 2009 for glcd by  doxygen 1.5.5
diff --git a/doc/html/lc7981_8h.html b/doc/html/lc7981_8h.html index 7df1c36..81f66e4 100644 --- a/doc/html/lc7981_8h.html +++ b/doc/html/lc7981_8h.html @@ -9,6 +9,7 @@ @@ -83,6 +84,7 @@  set or unset a pixel at the specified location
void lcd_plot_bitmap (uint8_t x, uint8_t y, const uint8_t *bitmap, uint8_t w, uint8_t h) + This function will plot a bitmap with the upper left corner to the given coordinates.
void lcd_strobe ()  Generates the strobe signal for writing data.
@@ -585,6 +587,8 @@ lcd_init set the to default values.
+

+This function will plot a bitmap with the upper left corner to the given coordinates.

@@ -736,7 +740,7 @@ Writes a command and a data byte to the lcd.

-


Generated on Sat May 16 13:46:33 2009 for glcd by  +
Generated on Sat May 16 16:44:14 2009 for glcd by  doxygen 1.5.5
diff --git a/doc/html/main_8c.html b/doc/html/main_8c.html index a176483..a3f75f1 100644 --- a/doc/html/main_8c.html +++ b/doc/html/main_8c.html @@ -9,6 +9,7 @@ @@ -46,7 +47,7 @@

-


Generated on Sat May 16 13:46:33 2009 for glcd by  +
Generated on Sat May 16 16:44:14 2009 for glcd by  doxygen 1.5.5
diff --git a/doc/latex/doxygen.sty b/doc/latex/doxygen.sty index d92a707..5199a45 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 Sat May 16 13:46:33 2009 for glcd by Doxygen }]{} -\lfoot[]{\fancyplain{}{\bfseries\scriptsize Generated on Sat May 16 13:46:33 2009 for glcd by Doxygen }} +\rfoot[\fancyplain{}{\bfseries\scriptsize Generated on Sat May 16 16:44:14 2009 for glcd by Doxygen }]{} +\lfoot[]{\fancyplain{}{\bfseries\scriptsize Generated on Sat May 16 16:44:14 2009 for glcd by Doxygen }} \cfoot{} \newenvironment{Code} {\footnotesize} diff --git a/doc/latex/files.tex b/doc/latex/files.tex index 046322b..df2c22d 100644 --- a/doc/latex/files.tex +++ b/doc/latex/files.tex @@ -2,6 +2,7 @@ Here is a list of all files with brief descriptions:\begin{CompactList} \item\contentsline{section}{{\bf button.h} }{\pageref{button_8h}}{} \item\contentsline{section}{{\bf main.c} }{\pageref{main_8c}}{} +\item\contentsline{section}{{\bf uplaod\_\-repo.py} }{\pageref{uplaod__repo_8py}}{} \item\contentsline{section}{include/{\bf lc7981.c} }{\pageref{lc7981_8c}}{} \item\contentsline{section}{include/{\bf lc7981.h} }{\pageref{lc7981_8h}}{} \end{CompactList} diff --git a/doc/latex/lc7981_8c.tex b/doc/latex/lc7981_8c.tex index 35d104f..b78677a 100644 --- a/doc/latex/lc7981_8c.tex +++ b/doc/latex/lc7981_8c.tex @@ -21,7 +21,7 @@ void {\bf lcd\_\-gotoxy} (uint8\_\-t x, uint8\_\-t y) void {\bf lcd\_\-plot\_\-pixel} (uint8\_\-t x, uint8\_\-t y, uint8\_\-t set) \begin{CompactList}\small\item\em set or unset a pixel at the specified location \item\end{CompactList}\item void {\bf lcd\_\-plot\_\-bitmap} (uint8\_\-t x\_\-off, uint8\_\-t y\_\-off, const uint8\_\-t $\ast$bitmap, uint8\_\-t w, uint8\_\-t h) -\end{CompactItemize} +\begin{CompactList}\small\item\em This function will plot a bitmap with the upper left corner to the given coordinates. \item\end{CompactList}\end{CompactItemize} \subsection*{Variables} \begin{CompactItemize} \item @@ -71,6 +71,8 @@ lcd\_\-init set the to default values. \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. + \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} diff --git a/doc/latex/lc7981_8h.tex b/doc/latex/lc7981_8h.tex index 0ab7ae4..059ace4 100644 --- a/doc/latex/lc7981_8h.tex +++ b/doc/latex/lc7981_8h.tex @@ -64,7 +64,7 @@ void {\bf lcd\_\-gotoxy} (uint8\_\-t x, uint8\_\-t y) void {\bf lcd\_\-plot\_\-pixel} (uint8\_\-t x, uint8\_\-t y, uint8\_\-t set) \begin{CompactList}\small\item\em set or unset a pixel at the specified location \item\end{CompactList}\item void {\bf lcd\_\-plot\_\-bitmap} (uint8\_\-t x, uint8\_\-t y, const uint8\_\-t $\ast$bitmap, uint8\_\-t w, uint8\_\-t h) -\item +\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\_\-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) @@ -226,6 +226,8 @@ lcd\_\-init set the to default values. \subsubsection{\setlength{\rightskip}{0pt plus 5cm}void lcd\_\-plot\_\-bitmap (uint8\_\-t {\em x}, \/ uint8\_\-t {\em y}, \/ 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. + \index{lc7981.h@{lc7981.h}!lcd\_\-plot\_\-pixel@{lcd\_\-plot\_\-pixel}} \index{lcd\_\-plot\_\-pixel@{lcd\_\-plot\_\-pixel}!lc7981.h@{lc7981.h}} \subsubsection{\setlength{\rightskip}{0pt plus 5cm}void lcd\_\-plot\_\-pixel (uint8\_\-t {\em x}, \/ uint8\_\-t {\em y}, \/ uint8\_\-t {\em set})}\label{lc7981_8h_735111507ed83172f58d5af2953e31c6} diff --git a/doc/latex/refman.tex b/doc/latex/refman.tex index 53129f5..e0f2268 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 Sat May 16 13:46:33 2009}\\ +{\small Sat May 16 16:44:14 2009}\\ \end{center} \end{titlepage} \clearemptydoublepage @@ -29,12 +29,17 @@ \tableofcontents \clearemptydoublepage \pagenumbering{arabic} +\chapter{Namespace Index} +\input{namespaces} \chapter{File Index} \input{files} +\chapter{Namespace Documentation} +\input{namespaceuplaod__repo} \chapter{File Documentation} \input{button_8h} \include{lc7981_8c} \include{lc7981_8h} \include{main_8c} +\include{uplaod__repo_8py} \printindex \end{document}