Skip to content

Commit

Permalink
Add brightness to header file (qmk#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
M1Sports20 authored and tzarc committed May 10, 2021
1 parent 775a427 commit d574b93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions quantum/painter/qp.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ bool qp_clear(painter_device_t device);
// Handle turning a display on or off
bool qp_power(painter_device_t device, bool power_on);

// Handle configuring the lcd backlight brightness or contrast
bool qp_brightness(painter_device_t device, uint8_t val);

// Set the viewport that pixdata is to get streamed into
bool qp_viewport(painter_device_t device, uint16_t left, uint16_t top, uint16_t right, uint16_t bottom);

Expand Down

0 comments on commit d574b93

Please sign in to comment.