** * enum st7789v_command - ST7789V display controller commands * * @PORCTRL: porch setting * @GCTRL: gate control * @VCOMS: VCOM setting * @VDVVRHEN: VDV and VRH command enable * @VRHS: VRH set * @VDVS: VDV set * @VCMOFSET: VCOM offset set * @PWCTRL1: power control 1 * @PVGAMCTRL: positive voltage gamma control * @NVGAMCTRL: negative voltage gamma control * * The command names are the same as those found in the datasheet to ease * looking up their semantics and usage. * * Note that the ST7789V display controller offers quite a few more commands * which have been omitted from this list as they are not used at the moment. * Furthermore, commands that are compliant with the MIPI DCS have been left * out as well to avoid duplicate entries. */我看不懂英语,帮我翻译一下
时间: 2023-07-19 09:56:08 浏览: 543
ST7789 配置文件及参考手册
这是一个枚举类型,列出了ST7789V显示控制器的一些命令。这些命令包括PORCTRL(Porch设置)、GCTRL(Gate控制)、VCOMS(VCOM设置)、VDVVRHEN(VDV和VRH命令启用)、VRHS(VRH设置)、VDVS(VDV设置)、VCMOFSET(VCOM偏移设置)、PWCTRL1(电源控制1)、PVGAMCTRL(正电压伽马控制)和NVGAMCTRL(负电压伽马控制)。这些命令的名称与数据手册中的名称相同,以便于查找它们的语义和用法。请注意,ST7789V显示控制器还提供了更多的命令,但由于目前没有使用,因此已从此列表中省略。此外,符合MIPI DCS标准的命令也被省略,以避免重复。
阅读全文