{
  "configuration": {
    "variables": {
      "Builtin_Allocator_Size": {
        "default": 65536,
        "first": 1,
        "last": 1000000,
        "type": "Integer"
      },
      "Color_16_SWAP": {
        "default": false,
        "type": "Boolean"
      },
      "Density_Per_Inch": {
        "first": 1,
        "last": 1000000,
        "type": "Integer"
      },
      "Double_Buffering": {
        "default": false,
        "type": "Boolean"
      },
      "Horizontal_Resolution": {
        "first": 1,
        "last": 1000000,
        "type": "Integer"
      },
      "Log_Level": {
        "default": "Warn",
        "type": "Enum",
        "values": [
          "Trace",
          "Info",
          "Warn",
          "Error"
        ]
      },
      "Log_With_Printf": {
        "default": false,
        "type": "Boolean"
      },
      "Pixel_Bit_Depth": {
        "type": "Enum",
        "values": [
          "Pix_1bit",
          "Pix_8bit",
          "Pix_16bit",
          "Pix_32bit"
        ]
      },
      "Theme_Live_Update": {
        "default": false,
        "type": "Boolean"
      },
      "Use_Builtin_Allocator": {
        "default": true,
        "type": "Boolean"
      },
      "Vertical_Resolution": {
        "first": 1,
        "last": 1000000,
        "type": "Integer"
      },
      "Virtual_Display_Buffer_Size": {
        "default": 10240,
        "first": 1,
        "last": 1000000,
        "type": "Integer"
      }
    }
  },
  "description": "Bindings for the LVGL embedded GUI framework",
  "licenses": "MIT",
  "maintainers": [
    "fabien.chouteau@gmail.com"
  ],
  "maintainers-logins": [
    "Fabien-Chouteau"
  ],
  "name": "lvgl_ada",
  "origin": {
    "commit": "ccf8da85aeafa38f4ae669b61298237424dc7e55",
    "url": "git+https://github.com/Fabien-Chouteau/lvgl-ada.git"
  },
  "tags": [
    "embedded",
    "gui",
    "lvgl",
    "no-std"
  ],
  "version": "0.2.0",
  "website": "https://github.com/Fabien-Chouteau/lvgl-ada"
}
