(m291) Increase buffer sizes

This commit is contained in:
Devine Lu Linvega 2024-08-27 08:26:31 -07:00
parent efbd264273
commit e3dc68752f
2 changed files with 2 additions and 7 deletions

View File

@ -412,5 +412,5 @@
@id3 &title $100 &artist $100 &album $100
@mem &filepath $80 &dir $800 &folders $800 &tracks $800
@mem &dir $4000 &folders $3000 &tracks

View File

@ -54,7 +54,7 @@
( name ) "m291 0a
( desc ) "Audio 20 "Player 0a
( auth ) "By 20 "Devine 20 "Lu 20 "Linvega 0a
( date ) "26 20 "Aug 20 "2024 $2
( date ) "27 20 "Aug 20 "2024 $2
(
@|vectors )
@ -665,11 +665,6 @@
ADD2r next-glyph LDAk ?&>while
POP2 STH2r JMP2r
@<draw-uf2-right> ( text* color -- )
STH
.Screen/x DEI2 OVR2 get-uf2-width SUB2 .Screen/x DEO2
STHr !<draw-uf2>
@<draw-uf2-center> ( text* color -- )
STH
.Screen/x DEI2 OVR2 get-uf2-width #01 SFT2 SUB2 .Screen/x DEO2