Skip to content

Dastano/flow3r-dating

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

flow3r-dating App for Flow3r Badge

Functions

  1. Add up to 4 different Texts
  2. Modify Color of each Text individually.
  3. Modify Text Size of each Text individually.
  4. Rolling Text -> It shows current Text in the Center, upcoming Text in the Header and if you add a 6th Parameter (Image only), is shows an Image in Footer (example follows)
  5. Show QR Code when touching top petal.

Required Setup:

Generate your own QR Code and place it in the App Folder calling your Image : qr.png

I generated mine at: https://hovercode.com/ and scaled it down with Photoshop to 240x240

Known Bugs:

  • Yes, swapMode: 1 will trigger Volume Control, but its better then touch :3 and we don't play music anyway.

Default config

  • Mode: 2 = Gliching (pretty much same as on Nick App - Rotating)
  • swapMode: 1 = Swap Text with the OS Button (left / right) * OS Button is right shoulder button!
  • swapCD: 1 = 1 sec, swap Cooldown, it is only used in swapMode: 0 (when using touch Buttons)
  • text_swapCD: 3 = 3 sec, before text swaps.
  1. "text1" = Top right (petal)
  2. "text2" = Bottom right (petal)
  3. "text3" = Bottom left (petal)
  4. "text4" = Top left (petal)

Config Breakdown:

  • Example1 = Text
  • 60 = Text Size on Center
  • 25 = Text Size on Header
  • 0x1EE210 = Text Color on Center
  • 0xFFE99 = Text Color on Header

OPTIONAL: ["/flash/sys/apps/single/heart.png", -25, 35, 50, 50]

Adds an Icon to the Footer. (Only Images supported atm.)

"text1": [["Example1", 60, 25, "0x1EE210", "0xFFE599"], ["Example2", 60, 25, "0x1EE210", "0xFFE599"], ["Example3", 40, 20, "0x1EE210", "0xFFE599", ["/flash/sys/apps/single/heart.png", -25, 35, 50, 50]]]

Default Config:

{"swapMode":1,"swapCD":1,"selectedText":0,"mode":3,"glichMode":3,"font":1,"text1":[["Text1?",60,25,"0x1EE210","0xFFE599"],["Text2",60,25,"0x1EE210","0xFFE599"],["Text3",40,20,"0x1EE210","0xFFE599",["/flash/sys/apps/single/heart.png",-25,35,50,50]]],"text2":[["Placeholder1",40,25,"0x1EE210","0xFFE599"],["Placeholder2",40,25,"0x1EE210","0xFFE599"]],"text3":[["Placeholder3",40,25,"0x1EE210","0xFFE599"],["Placeholder4",40,25,"0x1EE210","0xFFE599"]],"text4":[["Yo-Ho-Ho",30,25,"0x349BEB","0x8FEB34"],["and a buddle of rum!",25,15,"0x349BEB","0x8FEB34"]],"mode":2,"size":30}

Props to : Mychinos for the Fancy LED Stuff, I didn't touched.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages