Results 1 to 7 of 7

Thread: Button Logger v1.0

                  
   
  1. #1
    PSP Coder
    Join Date
    Jun 2005
    Posts
    103
    Rep Power
    69

    Default Button Logger v1.0

    Hey guys...

    I've been coding and testing all night in Lua, and I've come up with something that's somewhat useful, well, I guess not useful, but this is my first PSP app .

    Basically this will output whichever button you press to the PSP screen, except for Home, Vol +/-, Display Brightness, and the Musical Note buttons. It isn't too hard, but if you put too much power into it, you can turn the PSP off instead of turning Hold off (if you press it to show the output on the screen).

    You can go into and out of USB mode while still in this program. Read the readme to see the controls for clearing the screen, starting USB mode, and exiting USB mode.

    I think that covers it...hopefully I'll release a more advanced game soon .

    Enjoy

    Edit: Forgot to note, 1.0 and 1.5 versions included, and I just added a screenshot with USB mode turned on. (To take a screenshot, hold L Trigger + R Trigger + Select).

  2. #2
    Won Hung Lo wraggster's Avatar
    Join Date
    Apr 2003
    Location
    Nottingham, England
    Age
    52
    Posts
    139,521
    Blog Entries
    3209
    Rep Power
    50

  3. #3

    Default

    whats the point of it

  4. #4
    DCEmu Pro PSP_Newbie's Avatar
    Join Date
    Jul 2005
    Location
    California, USA
    Posts
    579
    Rep Power
    71

    Default

    the point of it is educational
    everyone has to start somewhere,
    and if someone wants to look at his source code, they could get a better feel at how to program

  5. #5
    DCEmu Newbie
    Join Date
    Nov 2005
    Posts
    41
    Rep Power
    0

    Default

    I checked out your code and had one question.

    Code:
    screen:blit(0, 0, layout)
    screen.flip()
    screen:blit(0, 0, layout)
    screen.flip()
    Why'd you do this twice?

  6. #6
    Banned Jman0708's Avatar
    Join Date
    Nov 2005
    Age
    31
    Posts
    193
    Rep Power
    0

    Default

    kuno if ur reading this iss lke 3 months later lol the

    screen:blit(0, 0, layout)
    screen.flip()
    screen:blit(0, 0, layout)
    screen.flip()

    layout is the name of the first loaded image there fore how ever many times he wants the image to stay it will repeat

    layout is blank so the backrounds blaank
    --------------------------------------
    screen:blit(0, 0, layout)
    screen.flip()
    screen:blit(0, 0, layout)
    screen.flip()

  7. #7
    DCEmu Rookie
    Join Date
    Dec 2005
    Location
    Tauranga, New Zealand
    Posts
    100
    Rep Power
    67

    Default

    If this gets on the site, anything will.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •