File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ uint32_t atomic_load_decreasing_32(volatile uint32_t *p);
213
213
#define timer_EnableInt (*(uint16_t*)0xF20038)
214
214
215
215
/* LCD defines */
216
- #define lcd_BacklightLevel (*(uint8_t*)0xF60024)
216
+ #define lcd_BacklightLevel (*(uint8_t*)0xF60024) /* Current backlight level of the LCD. 0 is bright. 255 is dark. */
217
217
#define lcd_Timing0 (*(uint32_t*)0xE30000)
218
218
#define lcd_Timing1 (*(uint32_t*)0xE30004)
219
219
#define lcd_Timing2 (*(uint32_t*)0xE30008)
@@ -228,7 +228,7 @@ uint32_t atomic_load_decreasing_32(volatile uint32_t *p);
228
228
#define lcd_UpBaseCurr (*(volatile uint32_t*)0xE3002C)
229
229
#define lcd_LpBaseCurr (*(volatile uint32_t*)0xE30030)
230
230
#define lcd_Palette ((uint16_t*)0xE30200)
231
- #define lcd_Ram ((uint16_t*)0xD40000)
231
+ #define lcd_Ram ((uint16_t*)0xD40000)
232
232
233
233
/**
234
234
* Width of LCD in pixels
You can’t perform that action at this time.
0 commit comments