stm32-ada/examples/common/429disco/board-lcd-controller.ads

5 lines
128 B
Ada

package Board.LCD.Controller is
procedure Initialize;
procedure Set_Background (R, G, B : Integer);
end Board.LCD.Controller;