Advertisement
Sabersense

oled config

Mar 2nd, 2023
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. # OLED GLOBAL SETTINGS.
  2. # These settings are required (not optional) for correct OLED
  3. # function with Sabersense SD card contents.
  4. # Always include custom .ini files in the Shared/Function folder.
  5.  
  6.  
  7. # Animations have been optimised for 25 frames per second.
  8. # Default is zero which equals 24 frames per second.
  9. ProffieOSAnimationFrameRate=25
  10.  
  11.  
  12. # Animations have been optimised to run for 7 seconds
  13. # at 25 frames per second.
  14. # Default is 5000 milliseconds (five seconds).
  15. ProffieOSFontImageDuration=7000
  16.  
  17.  
  18. # Blaster blocks give short breakup animations.
  19. # Default is 1000 milliseconds (one second).
  20. ProffieOSBlastImageDuration=500
  21.  
  22.  
  23. # Clashes give longer breakup animations.
  24. # Default is 500 milliseconds (half a second).
  25. ProffieOSClashImageDuration=1000
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement