moved code here. still needs to update gh
This commit is contained in:
6
brightness_menu/include/brightness.h
Normal file
6
brightness_menu/include/brightness.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef BRIGHTNESS_H
|
||||
#define BRIGHTNESS_H
|
||||
|
||||
void adjust_brightness();
|
||||
|
||||
#endif // BRIGHTNESS_H
|
||||
6
brightness_menu/include/color_temperature.h
Normal file
6
brightness_menu/include/color_temperature.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef COLOR_TEMPERATURE_H
|
||||
#define COLOR_TEMPERATURE_H
|
||||
|
||||
void adjust_color_temperature();
|
||||
|
||||
#endif // COLOR_TEMPERATURE_H
|
||||
7
brightness_menu/include/display.h
Normal file
7
brightness_menu/include/display.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef DISPLAY_H
|
||||
#define DISPLAY_H
|
||||
|
||||
void display_main_screen();
|
||||
void handle_option(int option);
|
||||
|
||||
#endif // DISPLAY_H
|
||||
6
brightness_menu/include/refresh_rate.h
Normal file
6
brightness_menu/include/refresh_rate.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef REFRESH_RATE_H
|
||||
#define REFRESH_RATE_H
|
||||
|
||||
void adjust_refresh_rate();
|
||||
|
||||
#endif // REFRESH_RATE_H
|
||||
6
brightness_menu/include/resolution.h
Normal file
6
brightness_menu/include/resolution.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef RESOLUTION_H
|
||||
#define RESOLUTION_H
|
||||
|
||||
void adjust_resolution();
|
||||
|
||||
#endif // RESOLUTION_H
|
||||
Reference in New Issue
Block a user