Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions gbs-control.ino
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
#include "ntsc_240p.h"
#include "pal_240p.h"
#include "ntsc_720x480.h"
#include "pal_768x576.h"
#include "ntsc_1280x720.h"
#include "ntsc_1280x1024.h"
#include "ntsc_1920x1080.h"
#include "ntsc_downscale.h"
#include "pal_1280x720.h"
#include "pal_1280x1024.h"
#include "pal_1920x1080.h"
#include "pal_downscale.h"
#include "presetMdSection.h"
#include "presetDeinterlacerSection.h"
#include "presetHdBypassSection.h"
#include "ofw_RGBS.h"
#include "presets/ntsc_240p.h"
#include "presets/pal_240p.h"
#include "presets/ntsc_720x480.h"
#include "presets/pal_768x576.h"
#include "presets/ntsc_1280x720.h"
#include "presets/ntsc_1280x1024.h"
#include "presets/ntsc_1920x1080.h"
#include "presets/ntsc_downscale.h"
#include "presets/pal_1280x720.h"
#include "presets/pal_1280x1024.h"
#include "presets/pal_1920x1080.h"
#include "presets/pal_downscale.h"
#include "presets/presetMdSection.h"
#include "presets/presetDeinterlacerSection.h"
#include "presets/presetHdBypassSection.h"
#include "presets/ofw_RGBS.h"

#include <Wire.h>
#include "tv5725.h"
#include "presets/tv5725.h"
#include "framesync.h"
#include "osd.h"

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tv5725.h → presets/tv5725.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef TV5725_H_
#define TV5725_H_

#include "tw.h"
#include "../tw.h"

#define GBS_ADDR 0x17 // 7 bit GBS I2C Address

Expand Down