You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web-designer/tcmenu-code-generator/src/main/java/com/thecoderscorner/menu/editorui/generator/plugin/display/ColorAdafruitStarterPlugin.java
codePlugin.setDescription("AdafruitGFX quick start for color displays: ST77xx and ILI9341");
30
+
codePlugin.setDescription("AdafruitGFX quick start for color displays: ST77xx/ILI9341/SSD1351");
30
31
codePlugin.setConfig(group.getConfig());
31
-
codePlugin.setExtendedDescription("Draw menus using AdafruitGFX library using our quick start for ST77xx and ILI9341. This version is a template that creates the display variable and configures it.");
32
+
codePlugin.setExtendedDescription("Draw menus using AdafruitGFX library using our quick start for SSD1351, ST77xx and ILI9341. This version is a template that creates the display variable and configures it.");
newCreatorProperty("DISPLAY_VARIABLE", "Display Variable Name", "The variable name available in your sketch", "display", DISPLAY, VARIABLE, CannedPropertyValidators.variableValidator(), ALWAYS_APPLICABLE),
53
55
CreatorProperty.uintProperty("DISPLAY_WIDTH", "Display Width in Pixels", "Display width in pixels", DISPLAY, 320, 8192),
@@ -148,6 +150,7 @@ public List<CodeVariable> getVariables() {
0 commit comments