forked from Imagelibrary/rtems
fixes for display driver
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2008-07-17 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* libchip/display/font_hcms29xx.h, libchip/display/disp_hcms29xx.h
|
||||
fixed some data types
|
||||
|
||||
2008-07-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* libchip/i2c/spi-sd-card.c: Added missing header file.
|
||||
|
||||
@@ -439,7 +439,7 @@ rtems_status_code disp_hcms29xx_send_to_control
|
||||
{
|
||||
rtems_status_code rc = RTEMS_SUCCESSFUL;
|
||||
int run, ret_cnt;
|
||||
volatile uint8_t ctrl_buffer;
|
||||
uint8_t ctrl_buffer;
|
||||
|
||||
/* two accesses, control word 0 and 1 */
|
||||
for (run = 0;
|
||||
|
||||
@@ -33,7 +33,7 @@ extern "C" {
|
||||
|
||||
extern disp_font_t font_hcms29xx;
|
||||
|
||||
extern const struct disp_font_base font_hcms29xx_base;
|
||||
extern struct disp_font_base font_hcms29xx_base;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user