added cpu, lcd

This commit is contained in:
schneider 2011-08-10 16:58:37 +02:00
parent 1fdc4e9e99
commit 8bd6fdad05
4 changed files with 23 additions and 6 deletions

BIN
vortrag/bilder/battery.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

BIN
vortrag/bilder/cpu.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

BIN
vortrag/bilder/lcd.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

View File

@ -84,9 +84,11 @@
\begin{columns}
\begin{column}{6cm}
\begin{itemize}
\item The evil daystar has regular downtimes.
\item Backlights need lots of power.
\item Lithium is the only real option.
\item 600mAh battery powers a backlight for at least one day.
\item Integrated charge controlle is independend from the firmware.
\item A 600mAh battery powers a backlight for at least one day.
\item Integrated charge controller is independend from the firmware.
\end{itemize}
\end{column}
\begin{column}{6cm}
@ -98,13 +100,28 @@
\begin{columns}
\begin{column}{6cm}
\begin{itemize}
\item Lithium is the only real option.
\item 600mAh battery powers a backlight for at least one day.
\item Integrated charge controlle is independend from the firmware.
\item Today everyone does arduino.
\item We wanted a more powerfull CPU
\item NXP donated one of their ARM Cortex-M3 controllers to us.
\item But: only 32kb flash...
\end{itemize}
\end{column}
\begin{column}{6cm}
\includegraphics[height=4cm]{bilder/battery.jpg}
\includegraphics[height=4cm]{bilder/cpu.jpg}
\end{column}
\end{columns}
\end{frame}
\begin{frame}{LCD}
\begin{columns}
\begin{column}{6cm}
\begin{itemize}
\item Displays are more expensive than one might think
\item But: Nokia made lots of them :)
\item Found cheap and nice looking LCDs for old Nokia phones.
\end{itemize}
\end{column}
\begin{column}{6cm}
\includegraphics[height=4cm]{bilder/lcd.jpg}
\end{column}
\end{columns}
\end{frame}