acid-drop

- Hacking the planet from a LilyGo T-Deck using custom firmware
git clone git://git.acid.vegas/acid-drop.git
Log | Files | Refs | Archive | README | LICENSE

searchdata.js (365B)

      1 var indexSectionsWithContent =
      2 {
      3   0: "abcefgikrst",
      4   1: "abt",
      5   2: "abcgirst",
      6   3: "k",
      7   4: "ef",
      8   5: "a"
      9 };
     10 
     11 var indexSectionNames =
     12 {
     13   0: "all",
     14   1: "classes",
     15   2: "functions",
     16   3: "variables",
     17   4: "typedefs",
     18   5: "pages"
     19 };
     20 
     21 var indexSectionLabels =
     22 {
     23   0: "All",
     24   1: "Classes",
     25   2: "Functions",
     26   3: "Variables",
     27   4: "Typedefs",
     28   5: "Pages"
     29 };
     30