From 8faa3da1094d1785d3343c2869d9f8c95f01cf97 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 30 Oct 2013 02:28:57 -0500 Subject: Fix image distortion when certain greyscale values are utilized Store last used values in FPGA viewer and programmer GUI for convenience on GUI restart --- clients/tde/src/part/fpgaprogram/part.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'clients/tde/src/part/fpgaprogram/part.h') diff --git a/clients/tde/src/part/fpgaprogram/part.h b/clients/tde/src/part/fpgaprogram/part.h index 48dde79..95ea66c 100644 --- a/clients/tde/src/part/fpgaprogram/part.h +++ b/clients/tde/src/part/fpgaprogram/part.h @@ -15,7 +15,7 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * (c) 2012 Timothy Pearson + * (c) 2012-2013 Timothy Pearson * Raptor Engineering * http://www.raptorengineeringinc.com */ @@ -29,6 +29,8 @@ #include #include +#include + #include #include #include @@ -81,6 +83,7 @@ namespace RemoteLab private: FPGAProgramBase* m_base; TQMutex* m_connectionMutex; + KSimpleConfig* m_config; TQTimer* m_pingDelayTimer; TQTimer* m_forcedUpdateTimer; TQTimer* m_updateTimeoutTimer; -- cgit v1.2.1