| Server IP : 192.241.186.36 / Your IP : 216.73.217.130 Web Server : Apache/2.4.29 (Ubuntu) System : Linux webserver7 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 User : root ( 0) PHP Version : 7.4.32 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/src/linux-headers-4.15.0-213-generic/include/drm/tinydrm/ |
Upload File : |
/* * ILI9341 LCD controller * * Copyright 2016 Noralf Trønnes * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. */ #ifndef __LINUX_ILI9341_H #define __LINUX_ILI9341_H #define ILI9341_FRMCTR1 0xb1 #define ILI9341_FRMCTR2 0xb2 #define ILI9341_FRMCTR3 0xb3 #define ILI9341_INVTR 0xb4 #define ILI9341_PRCTR 0xb5 #define ILI9341_DISCTRL 0xb6 #define ILI9341_ETMOD 0xb7 #define ILI9341_PWCTRL1 0xc0 #define ILI9341_PWCTRL2 0xc1 #define ILI9341_VMCTRL1 0xc5 #define ILI9341_VMCTRL2 0xc7 #define ILI9341_PWCTRLA 0xcb #define ILI9341_PWCTRLB 0xcf #define ILI9341_RDID1 0xda #define ILI9341_RDID2 0xdb #define ILI9341_RDID3 0xdc #define ILI9341_RDID4 0xd3 #define ILI9341_PGAMCTRL 0xe0 #define ILI9341_NGAMCTRL 0xe1 #define ILI9341_DGAMCTRL1 0xe2 #define ILI9341_DGAMCTRL2 0xe3 #define ILI9341_DTCTRLA 0xe8 #define ILI9341_DTCTRLB 0xea #define ILI9341_PWRSEQ 0xed #define ILI9341_EN3GAM 0xf2 #define ILI9341_IFCTRL 0xf6 #define ILI9341_PUMPCTRL 0xf7 #define ILI9341_MADCTL_MH BIT(2) #define ILI9341_MADCTL_BGR BIT(3) #define ILI9341_MADCTL_ML BIT(4) #define ILI9341_MADCTL_MV BIT(5) #define ILI9341_MADCTL_MX BIT(6) #define ILI9341_MADCTL_MY BIT(7) #endif /* __LINUX_ILI9341_H */