martinberlin / cale-integrations

CALE configurator to add APIs to your epaper screens - PHP/Symfony 4.4
https://cale.es
MIT License
6 stars 0 forks source link

99/99 Expand display entity to support also TFT displays (Type) #16

Closed martinberlin closed 4 years ago

martinberlin commented 4 years ago
    /**
     * @var string eink | tft
     * @ORM\Column(type="string", length=25, nullable=true)
     */
    protected $type;

And add a section to be able to add a new Display, so we don't have to deploy a new release and it can be added directly from the admin panel

martinberlin commented 4 years ago

Is already LIVE: https://cale.es/tft-displays Leaving it open until is tested with a real TFT display

martinberlin commented 4 years ago

It's working an also there is demo Firmare