4
mirror of https://gitlab.com/zephray/glider.git synced 2026-07-29 10:40:39 +00:00
Files
glider/fw/User/tone_lut.h
2026-07-04 04:41:28 -04:00

8 lines
142 B
C

#pragma once
#include <stdint.h>
#define TONE_LUT_SIZE 256
void tone_lut_build_y(int lightness, int contrast, uint8_t lut[TONE_LUT_SIZE]);