Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #28 from lubeda/2023.1.0
Browse files Browse the repository at this point in the history
2023.1.0
  • Loading branch information
lubeda committed Jan 14, 2023
2 parents d3b7247 + c54092e commit d33a734
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ components/ehmtx/EHMTX_icons._cpp
.vscode/settings.json
ehmtx8266-select.yaml
svganimtest.html
servicetest
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 LuBeDa
Copyright (c) 2022,2023 LuBeDa

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ parameters:

Service **del_screen**

Removes a screen from the display by icon name.
Removes a screen from the display by icon name. If this screen is actually display while sending this command the screen will be displayed until its "show_screen"-time has ended.

parameters:
- ```icon_name``` The name of the icons as in the yaml (see installation)
Expand Down
2 changes: 1 addition & 1 deletion components/ehmtx/EHMTX.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const uint8_t TEXTSCROLLSTART = 8;
const uint8_t TEXTSTARTOFFSET = (32 - 8);

const uint16_t TICKINTERVAL = 1000; // each 1000ms
static const char *const EHMTX_VERSION = "Version: 2022.7.0";
static const char *const EHMTX_VERSION = "Version: 2023.1.0";
static const char *const TAG = "EHMTX";

namespace esphome
Expand Down
1 change: 0 additions & 1 deletion components/ehmtx/EHMTX_screen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ namespace esphome
if (this->icon == _icon)
{
this->endtime = 0;
this->icon = 0;
ESP_LOGD(TAG, "delete screen icon: %d", _icon);
return true;
}
Expand Down

0 comments on commit d33a734

Please sign in to comment.