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