Updating library parsing file for uGFX-Studio

ugfx_release_2.6
Joel Bodenmann 2015-05-16 01:01:38 +02:00
parent 88a43f5fc0
commit 6826f89269
1 changed files with 314 additions and 291 deletions

View File

@ -1,8 +1,8 @@
[
"GOS",
[
"Priorities",
[
{
"GOS" : [
{
"Priorities" : [
{
"User": "Low",
"Library": "LOW_PRIORITY"
@ -16,11 +16,13 @@
"Library": "HIGH_PRIORITY"
}
]
],
"GDISP",
[
"Orientations",
[
}
]
},
{
"GDISP" : [
{
"Orientations" : [
{
"User": "Native",
"Library": "GDISP_ROTATE_0"
@ -45,9 +47,10 @@
"User": "Rotate 270 degree",
"Library": "GDISP_ROTATE_270"
}
],
"Colors",
[
]
},
{
"Colors" : [
{
"User": "White",
"RGB": "0xFFFFFF"
@ -125,11 +128,29 @@
"RGB": "0x87CEEB"
}
]
],
"GWIN",
[
"Fonts",
[
},
{
"Justifications" : [
{
"User": "Left",
"Library": "justifyLeft"
},
{
"User": "Right",
"Library": "justifyRight"
},
{
"User": "Center",
"Library": "justifyCenter"
}
]
}
]
},
{
"GWIN" : [
{
"Fonts" : [
{
"User": "uGFX Font 1",
"Library": "UI1",
@ -232,9 +253,10 @@
"Config": "GDISP_INCLUDE_FONT_LARGENUMBERS",
"Size": 23
}
],
"Styles",
[
]
},
{
"Styles" : [
{
"User": "White",
"Library": "WhiteWidgetStyle",
@ -293,7 +315,8 @@
}
}
}
]
}
]
}
]