SD nadpis hotov
0
.gitignore
vendored
Normal file → Executable file
0
czplain.bst
Normal file → Executable file
0
img/3dtank3.jpg
Normal file → Executable file
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 37 KiB |
BIN
img/BadConnectionWithSDCardReaderOrBrokenSDCardReader.jpg
Normal file
|
After Width: | Height: | Size: 133 KiB |
BIN
img/DirectConnectionToSDCard.jpg
Normal file
|
After Width: | Height: | Size: 225 KiB |
0
img/PiDisCir.png
Normal file → Executable file
|
Before Width: | Height: | Size: 406 KiB After Width: | Height: | Size: 406 KiB |
0
img/PiDisCirIrl.png
Normal file → Executable file
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
0
img/Pi_feet.png
Normal file → Executable file
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.2 MiB |
BIN
img/PicoGBGameSelectionMenu.png
Normal file
|
After Width: | Height: | Size: 1.2 MiB |
BIN
img/PicoGBSDCardReaderConnection.png
Normal file
|
After Width: | Height: | Size: 348 KiB |
0
img/jezero1.jpg
Normal file → Executable file
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
0
img/logo_ zelene.jpg
Normal file → Executable file
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
0
img/stromy.jpg
Normal file → Executable file
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
0
literatura.bib
Normal file → Executable file
BIN
sablona_dmp.pdf
Normal file → Executable file
60
sablona_dmp.tex
Normal file → Executable file
@@ -296,6 +296,66 @@ K připojení ILI9225 displeje použijeme kabely s délkou cca 20 cm s \textit{f
|
|||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
\subsubsection{Připravování SD karty}
|
\subsubsection{Připravování SD karty}
|
||||||
|
MicroSD / SD karta je použita pro ukládání ROM her a postupu v nich. Pro tento projekt je potřeba zformátovaná FAT32 karta s ROM her, které legálně vlastníme. ROMky musí mít příponu .gb jinak nebudou identifikováni programem. ROMky se musí nacházet v root složce.
|
||||||
|
|
||||||
|
\begin{itemize}
|
||||||
|
\item Připojte svou SD kartu k počítači a naformátujte ji na FAT32
|
||||||
|
\item Zkopírujte vaše .gb soubory do rootu složky SD karty
|
||||||
|
\item Připojte SD kartu do ILI9225 SD slotu
|
||||||
|
\item Insert the SD card into the ILI9225 SD card slot using a Micro SD adapter
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
|
\subsubsection{Připojování SD karty do čtečky}
|
||||||
|
|
||||||
|
\begin{itemize}
|
||||||
|
\item SD MISO = GP12 = ORANGE
|
||||||
|
\item SD CS = GP13 = WHITE
|
||||||
|
\item SD SCK = GP14 = GREEN
|
||||||
|
\item SD MOSI = GP15 = BLUE
|
||||||
|
\end{itemize}
|
||||||
|
\begin{figure}[h] % 'h' = here
|
||||||
|
\centering
|
||||||
|
\includegraphics[width=0.69\textwidth]{img/PicoGBSDCardReaderConnection.png}
|
||||||
|
\caption{Připojení čtečky z displeje}
|
||||||
|
\label{fig:SDDisCon}
|
||||||
|
\end{figure}
|
||||||
|
|
||||||
|
|
||||||
|
ILI9225 SD čtečka nefungje vždy správně, když to se stane, Pico nedokáže komunikovat se zařízením a zobrazí náhodné charaktery místo názvu her:
|
||||||
|
|
||||||
|
|
||||||
|
\begin{figure}[h] % 'h' = here
|
||||||
|
\centering
|
||||||
|
\includegraphics[width=0.6\textwidth]{img/BadConnectionWithSDCardReaderOrBrokenSDCardReader.jpg}
|
||||||
|
\caption{Špatné spojení s čtečkou}
|
||||||
|
\label{fig:SDDisBadCon}
|
||||||
|
\end{figure}
|
||||||
|
\vspace{69mm}
|
||||||
|
|
||||||
|
Podkud se to stane, tak můžeme napájet na piny přímo adaptér na SD kartu k Picu, jak na obrázku dole. Jako bonus musíme k bílému, modrému, zelenému, oranžovému drátu na SD kartě připájet k Picu 3,3V (červený drát) a k zemi (GND - černý drát):
|
||||||
|
|
||||||
|
\begin{figure}[h] % 'h' = here
|
||||||
|
\centering
|
||||||
|
\includegraphics[width=0.4\textwidth]{img/DirectConnectionToSDCard.jpg}
|
||||||
|
\caption{Přímé spojení s čtečkou}
|
||||||
|
\label{fig:SDDirCon}
|
||||||
|
\end{figure}
|
||||||
|
\vspace{69mm}
|
||||||
|
|
||||||
|
Po připojení dipleje a čtečky SD karty do Pica, můžeme zkontrolovat, že obrazovka funguje správně po připojení Pica přez USB. Pokud vše funguje tak jak má, uvidíme menu s výběrem her!
|
||||||
|
|
||||||
|
\begin{figure}[h] % 'h' = here
|
||||||
|
\centering
|
||||||
|
\includegraphics[width=0.6\textwidth]{img/PicoGBGameSelectionMenu.png}
|
||||||
|
\caption{Přímé spojení s čtečkou}
|
||||||
|
\label{fig:PiGameSel}
|
||||||
|
\end{figure}
|
||||||
|
\vspace{69mm}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%\vspace{-5mm}
|
%\vspace{-5mm}
|
||||||
% \includegraphics[scale=0.02]{img/Pi_feet.png}
|
% \includegraphics[scale=0.02]{img/Pi_feet.png}
|
||||||
|
|||||||
6
zadani_akt.txt
Executable file
@@ -0,0 +1,6 @@
|
|||||||
|
dopsat text včetně:
|
||||||
|
závěru
|
||||||
|
seznamu literatury+odkazů do textu
|
||||||
|
zbývajících součástek
|
||||||
|
kontrola pravopisu a srozumitelnosti do 6.2.
|
||||||
|
|
||||||