// Not Using

var toolbox_lcd = {
    "kind": "categoryToolbox",
    "contents": [
        {
            "kind": "category",
            "name": "%{BKY_CAT_LCD}",
            "toolboxitemid": "LCD",
            "levels": "1,2,3",
            "level": "1",
            "categorystyle": "lcd_category",
            "cssConfig": {
                // "icon": "customIcon fas fa-tv"
                "icon": "customIcon fas fa-play", 
            },
            "contents": [
                {
                    "kind": "block",
                    "type": "lcd_config"
                },
                {
                    "kind": "block",
                    "type": "lcd_set_cursor"
                },
                {
                    "kind": "block",
                    "type": "lcd_show_text"
                },
                {
                    "kind": "block",
                    "type": "lcd_show_cursor"
                },
                {
                    "kind": "block",
                    "type": "lcd_hide_cursor"
                },
                {
                    "kind": "block",
                    "type": "lcd_blink_cursor_on"
                },
                {
                    "kind": "block",
                    "type": "lcd_blink_cursor_off"
                },
                {
                    "kind": "block",
                    "type": "lcd_clear"
                },
            ]
        }
    ]
};
