Skip to content

Commit e19ef84

Browse files
committed
pwm: Cosmetics.
1 parent 8d9d1af commit e19ef84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LibDmd/DmdDevice/DmdDevice.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ public void RenderAlphaNumeric(NumericalLayout layout, ushort[] segData, ushort[
356356

357357
_passthroughAlphaNumericSource.NextFrame(new AlphaNumericFrame(layout, segData, segDataExtended));
358358

359-
Logger.Info("Alphanumeric: {0}", layout);
359+
// Logger.Info("Alphanumeric: {0}", layout);
360360
switch (layout) {
361361
case NumericalLayout.__2x16Alpha:
362362
_passthroughGray2Source.NextFrame(_alphanumFrame.Update(AlphaNumeric.Render2x16Alpha(segData), 2));

LibDmd/Input/Passthrough/PassthroughGray8Source.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
namespace LibDmd.Input.Passthrough
88
{
99
/// <summary>
10-
/// Receives 4-bit frames from VPM and forwards them to the observable
10+
/// Receives 8-bit frames from VPM and forwards them to the observable
1111
/// after dropping duplicates (if enabled).
1212
/// </summary>
1313
public class PassthroughGray8Source : AbstractSource, IGray8Source, IGameNameSource

0 commit comments

Comments
 (0)