Пример #1
0
 /// <summary>
 /// Configures rotation in the LCD controller.
 /// </summary>
 /// <param name="rotation">The LCD rotation to use</param>
 /// <returns>true if the rotation is supported</returns>
 public abstract bool SetLCDRotation(Gadgeteer.Modules.Module.DisplayModule.LCDRotation rotation);
Пример #2
0
 /// <summary>
 /// Configures rotation in the LCD controller. This must reboot if performing the LCD rotation requires a reboot.
 /// </summary>
 /// <param name="rotation">The LCD rotation to use</param>
 /// <returns>true if the rotation is supported</returns>
 public override bool SetLCDRotation(GT.Modules.Module.DisplayModule.LCDRotation rotation)
 {
     return(false);
 }