mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
USB display for simulator purpose
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1892 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6b8cf08b6d
commit
42564a1b99
1 changed files with 9 additions and 0 deletions
|
|
@ -19,6 +19,9 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
|
|
||||||
|
#include "usb.h"
|
||||||
|
#include "button.h"
|
||||||
|
|
||||||
void backlight_on(void)
|
void backlight_on(void)
|
||||||
{
|
{
|
||||||
/* we could do something better here! */
|
/* we could do something better here! */
|
||||||
|
|
@ -84,3 +87,9 @@ void ata_delayed_write(unsigned long sector, void* buf)
|
||||||
void ata_flush(void)
|
void ata_flush(void)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void simulate_usb(void)
|
||||||
|
{
|
||||||
|
usb_display_info();
|
||||||
|
button_get(true);
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue