Commit Graph
1036 Commits
Author SHA1 Message Date
jacqueline 72fe82ebc4 apll go brr 2023-07-26 21:21:13 +10:00
jacqueline b05db70c14 Fix premature end of track 2023-07-26 17:36:10 +10:00
jacqueline 9b1b401dcb big cleanup of new encoder + stream buffer types 2023-07-26 17:11:23 +10:00
jacqueline f94be3db2f make event queue go faster 2023-07-26 11:23:36 +10:00
jacqueline d8194135bb Do time tracking without floats 2023-07-25 21:17:38 +10:00
jacqueline 80d7df9109 fuck off 2023-07-25 17:43:12 +10:00
jacqueline 7b72e5479e fork the esp-idf fatfs for f_forward and exfat support 2023-07-25 17:42:00 +10:00
jacqueline 9287c4eb8c 5.1 fixes 2023-07-20 22:12:17 +10:00
jacqueline 4c1f150cbf bump to v5.1 for i2s fixes 2023-07-20 22:02:55 +10:00
jacqueline 230af8e105 Initial r5 bringup 2023-07-20 21:57:55 +10:00
jacqueline 7197da21f6 Basic playlists for upcoming
Beware under-testing and bugs. Just getting something barebones in so
that I can do rN+1 bringup
2023-07-17 16:54:35 +10:00
jacqueline b6bc6b9e47 Ui polish and fleshing out 2023-07-13 10:58:06 +10:00
jacqueline 2dc700b12f Fix browser navigation crashes 2023-07-13 09:37:32 +10:00
jacqueline 8eabeedbb9 Make title bar a common component, some ui nits 2023-07-12 22:34:19 +10:00
jacqueline 50bb261f67 Make now playing screen interacting, including nice scrolling 2023-07-12 17:11:24 +10:00
jacqueline 9fb34e10d9 add logging to catch future index weirdness 2023-07-12 14:19:28 +10:00
jacqueline 23227d0986 clang format 2023-07-12 10:36:29 +10:00
jacqueline df22bed072 Include title in indexes to avoid a per-record disk read
GOTTA GO FAST
2023-07-12 10:36:06 +10:00
jacqueline 67ab8bf515 Bundle our own complete ui font + symbol font 2023-07-12 09:59:54 +10:00
jacqueline ae076936ae Fix browser view jank 2023-07-11 17:28:56 +10:00
jacqueline 6d29b9f007 Hide unhelpful scrollbar 2023-07-11 15:46:55 +10:00
jacqueline ec71647d4d Merge branch 'main' of git.sr.ht:~jacqueline/tangara-fw 2023-07-11 15:43:38 +10:00
ailurux d1d4b4a1ab Add theme class 2023-07-08 16:40:49 +10:00
ailurux 22221ae4f6 Blue menu indicator 2023-07-08 12:59:17 +10:00
ailurux 3de310f6e4 Merge branch 'main' of git.sr.ht:~jacqueline/tangara-fw 2023-07-08 12:58:07 +10:00
ailurux daa3013836 Touchwheel ticks :) 2023-07-08 12:57:55 +10:00
jacqueline 031cd99ea1 add note on toc field 2023-07-07 21:16:40 +10:00
jacqueline 804aa38bff clarify mp3 seek weirdness 2023-07-07 19:13:43 +10:00
jacqueline 8f8bc1f088 vbr-compatible mp3 duration :) 2023-07-07 18:26:10 +10:00
jacqueline 739f495fe2 Merge branch 'main' of git.sr.ht:~jacqueline/tangara-fw 2023-07-07 15:30:49 +10:00
jacqueline b6e0e0dd4a Merge branch 'functional-playing' 2023-07-07 15:30:19 +10:00
jacqueline 39f7545cd5 wire up the playing screen with some real data
Includes implementing song duration calculation for CBR MP3 files
2023-07-07 15:29:47 +10:00
jacqueline a48516221f final(?) splash image 2023-07-06 13:40:40 +10:00
jacqueline 5af0ff2972 smaller, gayer. 2023-07-06 08:55:49 +10:00
jacqueline 161815a268 Merge branch 'splash' 2023-07-05 20:28:59 +10:00
jacqueline 06ce512ce9 Fix background color 2023-07-05 20:28:51 +10:00
jacqueline 2f16d23002 Start on wiring up playback screen to real data 2023-07-05 20:09:03 +10:00
jacqueline 8c02ed47b5 add gay splash screen 2023-07-05 19:33:53 +10:00
jacqueline 7eec2cc5b6 Comment out leveldb logging
It sometimes produces a weird format string that breaks everything
2023-07-05 17:13:19 +10:00
jacqueline 75955fc47c Reset styles, flesh out playback and browser screens 2023-07-05 17:06:34 +10:00
ailurux c7e4c31f2a Removed logging, sorry boo 2023-07-05 10:37:32 +10:00
ailurux fcdf0a32f9 Touchpad works better now yay 2023-07-04 17:10:28 +10:00
ailurux ac8e7cf3d8 Fix button not being released 2023-07-04 15:09:26 +10:00
jacqueline 191441ebe2 Add missing files >.< 2023-07-04 14:39:22 +10:00
jacqueline 80170642ea Add basic browsing and playing ui 2023-07-04 13:06:33 +10:00
jacqueline ec28b36a44 gpio expander pin change -> event! 2023-06-30 21:01:25 +10:00
jacqueline 371f0a20ca Clean up gpios interface 2023-06-30 20:48:40 +10:00
jacqueline 0347555d5b Start on converting gpio expander interupts to fsm events 2023-06-30 17:05:11 +10:00
jacqueline 9763cc955c Improve encoder driver
It actually works and clicks now!

Still a bit rough though. Need to dive into lvgl internals to work out
what it's doing with enc_diff
2023-06-26 12:55:46 +10:00
jacqueline c124c8f94d support both files and ids in play 2023-06-26 10:39:20 +10:00