Chip on Glass LCD displays can display information as text or in a dot-matrix pattern.

Since chip on glass (COG) displays don’t have a built-in PCB board, the integrated controller (IC) is directly mounted on the glass of the display.

[msdyncrm_twig]
{% fetchxml collection=”products” cache=”PT30M” %}














{% endfetchxml %}

{% for product in products.results.entities %}

{% if product.productimage.annotationid != null %}

{{ product.oea_name }}

{% else %}

{{ product.oea_name }}

{% endif %}

{{ product.oea_name }}

{{ product.oea_shortdescription|nl2br }}

{% endfor %}

[/msdyncrm_twig]