Add new LUFA logo by Ryo Yamauchi.

pull/1469/head
Dean Camera 15 years ago
parent 74353374c3
commit ec19436d54

@ -23,6 +23,9 @@ all:
make -C KeyboardHostWithParser clean
make -C KeyboardHostWithParser all
make -C MassStorageHost clean
make -C MassStorageHost all
make -C MIDIHost clean
make -C MIDIHost all
@ -32,9 +35,6 @@ all:
make -C MouseHostWithParser clean
make -C MouseHostWithParser all
make -C MassStorageHost clean
make -C MassStorageHost all
make -C PrinterHost clean
make -C PrinterHost all
@ -51,9 +51,10 @@ all:
make -C JoystickHostWithParser $@
make -C KeyboardHost $@
make -C KeyboardHostWithParser $@
make -C MassStorageHost $@
make -C MIDIHost $@
make -C MouseHost $@
make -C MouseHostWithParser $@
make -C MassStorageHost $@
make -C PrinterHost $@
make -C RNDISEthernetHost $@
make -C StillImageHost $@

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

@ -8,7 +8,7 @@
* \mainpage
*
* \n
* \image html LUFA.gif
* \image html LUFA.png
* \n
*
* <b>LUFA is donationware. For author and donation information, see \ref Page_Donating.</b>
@ -41,5 +41,5 @@
* - \subpage Page_Donating Donating to support this project
* - \subpage Page_LibraryApps Overview of included Demos, Bootloaders and Projects
*
* <small><i>Logo design by EDIGMA.COM</i></small>
* <small><i>Logo design by <b>Ryo Yamauchi</b></i></small>
*/

Loading…
Cancel
Save