Updating options file

ugfx_release_2.6
Joel Bodenmann 2014-12-22 14:19:34 +01:00
parent 6d70258f86
commit 2b979316f5
1 changed files with 13 additions and 1 deletions

View File

@ -22,7 +22,7 @@
"Orientations",
[
{
"User": "Default",
"User": "Native",
"Library": "GDISP_ROTATE_0"
},
{
@ -32,6 +32,18 @@
{
"User": "Landscape",
"Library": "GDISP_ROTATE_LANDSCAPE"
},
{
"User": "Rotate 90 degree",
"Library": "GDISP_ROTATE_90"
},
{
"User": "Rotate 180 degree",
"Library": "GDISP_ROTATE_180"
},
{
"User": "Rotate 270 degree",
"Library": "GDISP_ROTATE_270"
}
],
"Colors",