Skip to content

Commit

Permalink
remove viewtech touchscreen options
Browse files Browse the repository at this point in the history
  • Loading branch information
paradajz committed Oct 15, 2023
1 parent f5ef05b commit be3473f
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions src/definitions/block/touchscreen/touchscreen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ const sections: Dictionary<ISectionDefinition> = {
value: 0,
text: "Nextion",
},
{
value: 1,
text: "Viewtech/Stone HMI",
},
],
label: "Touchscreen manufacturer",
helpText: ``,
Expand Down Expand Up @@ -121,8 +117,7 @@ const sections: Dictionary<ISectionDefinition> = {
component: FormInputComponent.Input,
label: "X position of this icon",
helpText: `Specifies X coordinate on touchscreen where this icon is located. Touchscreen resolution
needs to be taken into account here. On Viewtech/Stone touchscreens, this parameter is actually icon
address.`,
needs to be taken into account here.`,
},
YPosition: {
block: Block.Touchscreen,
Expand All @@ -134,7 +129,7 @@ const sections: Dictionary<ISectionDefinition> = {
component: FormInputComponent.Input,
label: "Y position of this icon",
helpText: `Specifies Y coordinate on touchscreen where this icon is located. Touchscreen resolution
needs to be taken into account here. On Viewtech/Stone touchscreens, this parameter is ignored.`,
needs to be taken into account here.`,
},
Width: {
block: Block.Touchscreen,
Expand All @@ -146,7 +141,7 @@ const sections: Dictionary<ISectionDefinition> = {
component: FormInputComponent.Input,
label: "Width of this icon",
helpText: `Specifies width of this icon. Touchscreen resolution
needs to be taken into account here. On Viewtech/Stone touchscreens, this parameter is ignored.`,
needs to be taken into account here.`,
},
Height: {
block: Block.Touchscreen,
Expand All @@ -158,7 +153,7 @@ const sections: Dictionary<ISectionDefinition> = {
component: FormInputComponent.Input,
label: "Height of this icon",
helpText: `Specifies height of this icon. Touchscreen resolution
needs to be taken into account here. On Viewtech/Stone touchscreens, this parameter is ignored.`,
needs to be taken into account here.`,
},
ScreenOn: {
block: Block.Touchscreen,
Expand Down

0 comments on commit be3473f

Please sign in to comment.