|
GadgetSeed
0.9.6
|
STM32F746G-Discovery LCD ドライバ [詳解]
#include "device.h"#include "device/video_ioctl.h"#include "timer.h"#include "tkprintf.h"#include "graphics.h"#include "stm32746g_discovery_lcd.h"
マクロ定義 | |
| #define | LCD_WIDTH 480 |
| #define | LCD_HEIGHT 272 |
| #define | __ATTR_FRAMEBUFFER __attribute__ ((section(".extram"))) __attribute__ ((aligned (4))) |
関数 | |
| static void | init_framebuf (void) |
| static int | lcd_register (struct st_device *dev, char *param) |
| static int | lcd_ioctl (struct st_device *dev, unsigned int com, unsigned int arg, void *param) |
変数 | |
| unsigned char lcd_f_buffer_main [LCD_WIDTH *LCD_HEIGHT *2] | __ATTR_FRAMEBUFFER |
| static struct st_video_info | lcd_info |
| const struct st_device | lcd_device |
| const struct st_device lcd_device |
stm32f746g-disc_lcd.c の 97 行目に定義があります。
|
static |
stm32f746g-disc_lcd.c の 87 行目に定義があります。