You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: USAGE.md
+1-19
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,6 @@
7
7
*[Wampy is not showing when "Hold" is toggled](#wampy-is-not-showing-when-hold-is-toggled)
8
8
*[There is no song info](#there-is-no-song-info)
9
9
*[Notes on ugly settings](#notes-on-ugly-settings)
10
-
*[Fonts](#fonts)
11
10
*[There is a "detailed info" popup after turning screen off and on instead of Wampy](#there-is-a-detailed-info-popup-after-turning-screen-off-and-on-instead-of-wampy)
12
11
*[Everything lags after changing skins/tapes too much](#everything-lags-after-changing-skinstapes-too-much)
13
12
*[Using Wampy](#using-wampy)
@@ -49,7 +48,7 @@ points in default player terms).
49
48
### ⚠️What to do if device crashes / Wampy doesn't start?⚠️
50
49
51
50
If Wampy failed to start 3 times (read: device rebooted trice), it stops starting until you edit `wampy/config.ini`.
52
-
Remove config file or set `[wampy][badboots]` to 0 (along with device-breaking settings you changed such as fonts) and
51
+
Remove config file or set `[wampy][badboots]` to 0 (along with possible device-breaking settings) and
53
52
reboot the device. If you cannot access config file (device stuck in boot loop and won't connect to pc, very unlikely
54
53
situation), restore it from backup that you made beforehand (see [BACKUP.md](./BACKUP.md)).
55
54
@@ -74,23 +73,6 @@ default music player, not SensMe or Language Study.
74
73
Due to unfortunate combination of font and framework quirks, all text in settings is placed slightly lower than
75
74
expected.
76
75
77
-
### Fonts
78
-
79
-
By default, basic latin characters plus various punctuation are used. If your songs have non-latin glyphs in their
80
-
artist/title fields, you'll have to toggle on needed character set.
81
-
82
-
⚠️**WARNING**⚠️
83
-
84
-
Due to gui framework limitations all characters are loaded into huge texture (font atlas) which is then uploaded to GPU
85
-
memory. GPU memory is shared with main memory and usually there is not much left. If you turn on all character sets,
86
-
this **will** cause crashes. Generally it is fine to turn on one or two of these. Chinese characters are guaranteed to
87
-
crash your device, so they are explicitly disabled.
88
-
89
-
If crashes occur,
90
-
see [What to do if device crashes / Wampy doesn't start?](#what-to-do-if-device-crashes--Wampy-doesnt-start) section.
91
-
92
-
<imgsrc="images/fonts.png"alt="fonts settings">
93
-
94
76
### There is a "detailed info" popup after turning screen off and on instead of Wampy
95
77
96
78
This is the place where current track info is coming from. Toggle Wampy on and off to close it automatically or just
0 commit comments