File tree Expand file tree Collapse file tree 3 files changed +124
-124
lines changed
Expand file tree Collapse file tree 3 files changed +124
-124
lines changed Original file line number Diff line number Diff line change 7070 - \ref fifocommon.h "Fifo"
7171 - \ref timers.h "Timers"
7272
73- \section user_io_api User Input/ouput
73+ \section user_io_api User Input/output
7474 - \ref arm9/input.h "Keypad and Touch pad"
7575 - \ref keyboard.h "Keyboard"
7676 - \ref console.h "Console and Debug Printing"
7979 - \ref decompress.h "Decompression"
8080 - \ref image.h "Image Manipulation"
8181 - \ref pcx.h "PCX file loader"
82- - \ref dynamicArray.h "General Purpose dynamic array implementation"
82+ - \ref dynamicArray.h "General purpose dynamic array implementation"
8383 - \ref linkedlist.h "General purpose linked list implementation"
8484
8585 \section peripheral_api Custom Peripherals
9393
9494
9595
96- \section external_links Usefull links
96+ \section external_links Useful links
9797 - <a href="http://www.devkitpro.org/">devkitPro</a>
9898 - <a href="https://github.com/devkitPro/">devkitPro github</a>
9999
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ typedef struct sImage
5353{
5454 short height ; /*!< \brief The height of the image in pixels */
5555 short width ; /*!< \brief The width of the image in pixels */
56- int bpp ; /*!< \brief Bits per pixel (should be 4 8 16 or 24) */
56+ int bpp ; /*!< \brief Bits per pixel (should be 4, 8, 16, or 24) */
5757 unsigned short * palette ; /*!< \brief A pointer to the palette data */
5858
5959 //! A union of data pointers to the pixel data.
You can’t perform that action at this time.
0 commit comments